#12C09F

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

Shades of Caribbean Green #12C09F

Tints of Caribbean Green #12C09F

Color information

#12C09F (or 0x12C09F) is unknown color: approx Caribbean Green. HEX triplet: 12, C0 and 9F. RGB value is (18,192,159). Sum of RGB (Red+Green+Blue) = 18+192+159=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #12C09F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C09F is #ED3F60. Grayscale: #888888. Windows color (decimal): -15548257 or 10469394. OLE color: 10469394.

HSL color Cylindrical-coordinate representation of color #12C09F: hue angle of 168.62º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C09F is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB18192159-
CMYK0.9100.170.25
HSL168.62º82.86%41.18%-
HSV(B)168.62º90.62%75.29%-
XYZ25.3640.3339.25-
YUV136.21140.8543.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.88%
GREEN value IS 192 (75.39% from 255) = 52.03%
BLUE value IS 159 (62.5% from 255) = 43.09%
R=4.88%
G=52.03%
B=43.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181921590.9100.170.25168.6282.8641.18
Hex12C09F5B01119a95329
Octal223002371330213125112351
Binary100101100000010011111101101101000111001101010011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,192,159); }

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

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

 a { background-color: rgb(18,192,159); }

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

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

 span { border-color: rgb(18,192,159); }

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