#12DC99

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

Shades of Caribbean Green #12DC99

Tints of Caribbean Green #12DC99

Color information

#12DC99 (or 0x12DC99) is unknown color: approx Caribbean Green. HEX triplet: 12, DC and 99. RGB value is (18,220,153). Sum of RGB (Red+Green+Blue) = 18+220+153=391 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.60% from 391); Green value is 220 (86.33% from 255 or 56.27% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DC99 is #ED2366. Grayscale: #989898. Windows color (decimal): -15541095 or 10083346. OLE color: 10083346.

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

Color convert

RGB18220153-
CMYK0.9200.300.14
HSL160.1º84.87%46.67%-
HSV(B)160.1º91.82%86.27%-
XYZ31.5953.6138.82-
YUV151.96128.5832.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.60%
GREEN value IS 220 (86.33% from 255) = 56.27%
BLUE value IS 153 (60.16% from 255) = 39.13%
R=4.60%
G=56.27%
B=39.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal182201530.9200.300.14160.184.8746.67
Hex12DC995C01EEa0552f
Octal223342311340361624012557
Binary10010110111001001100110111000111101110101000001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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