#12DFAF

Color #12DFAF Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #12DFAF

Tints of Caribbean Green #12DFAF

Color information

#12DFAF (or 0x12DFAF) is unknown color: approx Caribbean Green. HEX triplet: 12, DF and AF. RGB value is (18,223,175). Sum of RGB (Red+Green+Blue) = 18+223+175=416 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.33% from 416); Green value is 223 (87.5% from 255 or 53.61% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 223 - color contains mainly: green. Hex color #12DFAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DFAF is #ED2050. Grayscale: #9C9C9C. Windows color (decimal): -15540305 or 11525906. OLE color: 11525906.

HSL color Cylindrical-coordinate representation of color #12DFAF: hue angle of 165.95º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DFAF is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB18223175-
CMYK0.9200.220.13
HSL165.95º85.06%47.25%-
HSV(B)165.95º91.93%87.45%-
XYZ34.375649.55-
YUV156.23138.5829.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.33%
GREEN value IS 223 (87.5% from 255) = 53.61%
BLUE value IS 175 (68.75% from 255) = 42.07%
R=4.33%
G=53.61%
B=42.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182231750.9200.220.13165.9585.0647.25
Hex12DFAF5C016Da6552f
Octal223372571340261524612557
Binary10010110111111010111110111000101101101101001101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12DFAF; }

 p { color: rgb(18,223,175); }

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

<style>
 a { background-color: #12DFAF; }

 a { background-color: rgb(18,223,175); }

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

<style>
 span { border-color: #12DFAF; }

 span { border-color: rgb(18,223,175); }

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