#12CFA4

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

Shades of Caribbean Green #12CFA4

Tints of Caribbean Green #12CFA4

Color information

#12CFA4 (or 0x12CFA4) is unknown color: approx Caribbean Green. HEX triplet: 12, CF and A4. RGB value is (18,207,164). Sum of RGB (Red+Green+Blue) = 18+207+164=389 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.63% from 389); Green value is 207 (81.25% from 255 or 53.21% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 207 - color contains mainly: green. Hex color #12CFA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CFA4 is #ED305B. Grayscale: #919191. Windows color (decimal): -15544412 or 10800914. OLE color: 10800914.

HSL color Cylindrical-coordinate representation of color #12CFA4: hue angle of 166.35º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CFA4 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB18207164-
CMYK0.9100.210.19
HSL166.35º84%44.12%-
HSV(B)166.35º91.3%81.18%-
XYZ29.2647.4342.74-
YUV145.59138.3837-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.63%
GREEN value IS 207 (81.25% from 255) = 53.21%
BLUE value IS 164 (64.45% from 255) = 42.16%
R=4.63%
G=53.21%
B=42.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal182071640.9100.210.19166.358444.12
Hex12CFA45B01513a6542c
Octal223172441330252324612454
Binary100101100111110100100101101101010110011101001101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,207,164); }

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

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

 a { background-color: rgb(18,207,164); }

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

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

 span { border-color: rgb(18,207,164); }

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