Shades of Caribbean Green #09DCB2
Tints of Caribbean Green #09DCB2
RGB
CMYK
RGB Variations
Color information
#09DCB2 (or 0x09DCB2) is known color: Caribbean Green. HEX triplet: 09, DC and B2. RGB value is (9,220,178). Sum of RGB (Red+Green+Blue) = 9+220+178=407 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.21% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 178 (69.92% from 255 or 43.73% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #09DCB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09DCB2 is #F6234D. Grayscale: #989898. Windows color (decimal): -16130894 or 11721737. OLE color: 11721737.
HSL color Cylindrical-coordinate representation of color #09DCB2: hue angle of 168.06º 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 #09DCB2 is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 220 | 178 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.14 |
| HSL | 168.06º | 0.92% | 0.45% | - |
| HSV(B) | 168.06º | 0.96% | 0.86% | - |
| XYZ | 33.74 | 54.46 | 50.85 | - |
| YUV | 152.12 | 142.6 | 25.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 220 | 178 | 0.96 | 0 | 0.19 | 0.14 | 168.06 | 0.92 | 0.45 |
| Hex | 9 | DC | B2 | 60 | 0 | 13 | E | A8 | 5C | 2D |
| Octal | 11 | 334 | 262 | 140 | 0 | 23 | 16 | 250 | 134 | 55 |
| Binary | 1001 | 11011100 | 10110010 | 1100000 | 0 | 10011 | 1110 | 10101000 | 1011100 | 101101 |
Color Harmonies of #09DCB2
Complementary color
Monochromatic Colors of #09DCB2
Black with #09DCB2
Text Example
Text Example
White with #09DCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DCB2; }
p { color: rgb(9,220,178); }
H1.HeaderClassName
{
color: #09DCB2;
}
.AnyTagClassName
{
color: #09DCB2;
}
</style>
background-color css
<style>
a { background-color: #09DCB2; }
a { background-color: rgb(9,220,178); }
div.DivClassName
{
background-color: #09DCB2;
}
.BgClassName
{
background-color: #09DCB2;
}
</style>
border-color css
<style>
span { border-color: #09DCB2; }
span { border-color: rgb(9,220,178); }
td.TdClassName
{
border-color: #09DCB2;
}
.TagClassName
{
border-color: #09DCB2;
}
</style>