Shades of Caribbean Green #09CDB0
Tints of Caribbean Green #09CDB0
RGB
CMYK
RGB Variations
Color information
#09CDB0 (or 0x09CDB0) is known color: Caribbean Green. HEX triplet: 09, CD and B0. RGB value is (9,205,176). Sum of RGB (Red+Green+Blue) = 9+205+176=390 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 390); Green value is 205 (80.47% from 255 or 52.56% from 390); Blue value is 176 (69.14% from 255 or 45.13% from 390); Max value from RGB is 205 - color contains mainly: green. Hex color #09CDB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CDB0 is #F6324F. Grayscale: #8F8F8F. Windows color (decimal): -16134736 or 11586825. OLE color: 11586825.
HSL color Cylindrical-coordinate representation of color #09CDB0: hue angle of 171.12º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CDB0 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 205 | 176 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.20 |
| HSL | 171.12º | 0.92% | 0.42% | - |
| HSV(B) | 171.12º | 0.96% | 0.8% | - |
| XYZ | 29.78 | 46.86 | 48.55 | - |
| YUV | 143.09 | 146.57 | 32.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 205 | 176 | 0.96 | 0 | 0.14 | 0.20 | 171.12 | 0.92 | 0.42 |
| Hex | 9 | CD | B0 | 60 | 0 | E | 14 | AB | 5C | 2A |
| Octal | 11 | 315 | 260 | 140 | 0 | 16 | 24 | 253 | 134 | 52 |
| Binary | 1001 | 11001101 | 10110000 | 1100000 | 0 | 1110 | 10100 | 10101011 | 1011100 | 101010 |
Color Harmonies of #09CDB0
Complementary color
Monochromatic Colors of #09CDB0
Black with #09CDB0
Text Example
Text Example
White with #09CDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CDB0; }
p { color: rgb(9,205,176); }
H1.HeaderClassName
{
color: #09CDB0;
}
.AnyTagClassName
{
color: #09CDB0;
}
</style>
background-color css
<style>
a { background-color: #09CDB0; }
a { background-color: rgb(9,205,176); }
div.DivClassName
{
background-color: #09CDB0;
}
.BgClassName
{
background-color: #09CDB0;
}
</style>
border-color css
<style>
span { border-color: #09CDB0; }
span { border-color: rgb(9,205,176); }
td.TdClassName
{
border-color: #09CDB0;
}
.TagClassName
{
border-color: #09CDB0;
}
</style>