#12C59E

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

Shades of Caribbean Green #12C59E

Tints of Caribbean Green #12C59E

Color information

#12C59E (or 0x12C59E) is unknown color: approx Caribbean Green. HEX triplet: 12, C5 and 9E. RGB value is (18,197,158). Sum of RGB (Red+Green+Blue) = 18+197+158=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 197 (77.34% from 255 or 52.82% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 197 - color contains mainly: green. Hex color #12C59E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C59E is #ED3A61. Grayscale: #8B8B8B. Windows color (decimal): -15546978 or 10405138. OLE color: 10405138.

HSL color Cylindrical-coordinate representation of color #12C59E: hue angle of 166.93º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C59E is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB18197158-
CMYK0.9100.200.23
HSL166.93º83.26%42.16%-
HSV(B)166.93º90.86%77.25%-
XYZ26.3942.5339.17-
YUV139.03138.741.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.83%
GREEN value IS 197 (77.34% from 255) = 52.82%
BLUE value IS 158 (62.11% from 255) = 42.36%
R=4.83%
G=52.82%
B=42.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal181971580.9100.200.23166.9383.2642.16
Hex12C59E5B01417a7532a
Octal223052361330242724712352
Binary100101100010110011110101101101010010111101001111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,197,158); }

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

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

 a { background-color: rgb(18,197,158); }

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

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

 span { border-color: rgb(18,197,158); }

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