Shades of Caribbean Green #09DC9C
Tints of Caribbean Green #09DC9C
RGB
CMYK
RGB Variations
Color information
#09DC9C (or 0x09DC9C) is known color: Caribbean Green. HEX triplet: 09, DC and 9C. RGB value is (9,220,156). Sum of RGB (Red+Green+Blue) = 9+220+156=385 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #09DC9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09DC9C is #F62363. Grayscale: #959595. Windows color (decimal): -16130916 or 10279945. OLE color: 10279945.
HSL color Cylindrical-coordinate representation of color #09DC9C: hue angle of 161.8º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DC9C is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 220 | 156 | - |
| CMYK | 0.96 | 0 | 0.29 | 0.14 |
| HSL | 161.8º | 0.92% | 0.45% | - |
| HSV(B) | 161.8º | 0.96% | 0.86% | - |
| XYZ | 31.71 | 53.64 | 40.14 | - |
| YUV | 149.62 | 131.6 | 27.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 220 | 156 | 0.96 | 0 | 0.29 | 0.14 | 161.8 | 0.92 | 0.45 |
| Hex | 9 | DC | 9C | 60 | 0 | 1D | E | A2 | 5C | 2D |
| Octal | 11 | 334 | 234 | 140 | 0 | 35 | 16 | 242 | 134 | 55 |
| Binary | 1001 | 11011100 | 10011100 | 1100000 | 0 | 11101 | 1110 | 10100010 | 1011100 | 101101 |
Color Harmonies of #09DC9C
Complementary color
Monochromatic Colors of #09DC9C
Black with #09DC9C
Text Example
Text Example
White with #09DC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DC9C; }
p { color: rgb(9,220,156); }
H1.HeaderClassName
{
color: #09DC9C;
}
.AnyTagClassName
{
color: #09DC9C;
}
</style>
background-color css
<style>
a { background-color: #09DC9C; }
a { background-color: rgb(9,220,156); }
div.DivClassName
{
background-color: #09DC9C;
}
.BgClassName
{
background-color: #09DC9C;
}
</style>
border-color css
<style>
span { border-color: #09DC9C; }
span { border-color: rgb(9,220,156); }
td.TdClassName
{
border-color: #09DC9C;
}
.TagClassName
{
border-color: #09DC9C;
}
</style>