#12CC99

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

Shades of Caribbean Green #12CC99

Tints of Caribbean Green #12CC99

Color information

#12CC99 (or 0x12CC99) is unknown color: approx Caribbean Green. HEX triplet: 12, CC and 99. RGB value is (18,204,153). Sum of RGB (Red+Green+Blue) = 18+204+153=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 204 (80.08% from 255 or 54.4% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CC99 is #ED3366. Grayscale: #8E8E8E. Windows color (decimal): -15545191 or 10079250. OLE color: 10079250.

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

Color convert

RGB18204153-
CMYK0.9100.250.2
HSL163.55º83.78%43.53%-
HSV(B)163.55º91.18%80%-
XYZ27.5945.6137.49-
YUV142.57133.8839.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.8%
GREEN value IS 204 (80.08% from 255) = 54.4%
BLUE value IS 153 (60.16% from 255) = 40.8%
R=4.8%
G=54.4%
B=40.8%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal182041530.9100.250.2163.5583.7843.53
Hex12CC995B01914a4542c
Octal223142311330312424412454
Binary100101100110010011001101101101100110100101001001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,204,153); }

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

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

 a { background-color: rgb(18,204,153); }

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

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

 span { border-color: rgb(18,204,153); }

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