#30D9AB

Color #30D9AB Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #30D9AB

Tints of Shamrock #30D9AB

Color information

#30D9AB (or 0x30D9AB) is unknown color: approx Shamrock. HEX triplet: 30, D9 and AB. RGB value is (48,217,171). Sum of RGB (Red+Green+Blue) = 48+217+171=436 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.01% from 436); Green value is 217 (85.16% from 255 or 49.77% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 217 - color contains mainly: green. Hex color #30D9AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D9AB is #CF2654. Grayscale: #A1A1A1. Windows color (decimal): -13575765 or 11262256. OLE color: 11262256.

HSL color Cylindrical-coordinate representation of color #30D9AB: hue angle of 163.67º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D9AB is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB48217171-
CMYK0.7800.210.15
HSL163.67º68.98%51.96%-
HSV(B)163.67º77.88%85.1%-
XYZ33.3853.1947.04-
YUV161.22133.5147.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 11.01%
GREEN value IS 217 (85.16% from 255) = 49.77%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=11.01%
G=49.77%
B=39.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal482171710.7800.210.15163.6768.9851.96
Hex30D9AB4E015Fa44534
Octal603312531160251724410564
Binary110000110110011010101110011100101011111101001001000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30D9AB; }

 p { color: rgb(48,217,171); }

 H1.HeaderClassName
 {
   color: #30D9AB;
 }
 .AnyTagClassName
 {
   color: #30D9AB;
 }
</style>
background-color css

<style>
 a { background-color: #30D9AB; }

 a { background-color: rgb(48,217,171); }

 div.DivClassName
 {
   background-color: #30D9AB;
 }
 .BgClassName
 {
   background-color: #30D9AB;
 }
</style>
border-color css

<style>
 span { border-color: #30D9AB; }

 span { border-color: rgb(48,217,171); }

 td.TdClassName
 {
   border-color: #30D9AB;
 }
 .TagClassName
 {
   border-color: #30D9AB;
 }
</style>