Shades of Caribbean Green #09DFB0
Tints of Caribbean Green #09DFB0
RGB
CMYK
RGB Variations
Color information
#09DFB0 (or 0x09DFB0) is known color: Caribbean Green. HEX triplet: 09, DF and B0. RGB value is (9,223,176). Sum of RGB (Red+Green+Blue) = 9+223+176=408 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.21% from 408); Green value is 223 (87.5% from 255 or 54.66% from 408); Blue value is 176 (69.14% from 255 or 43.14% from 408); Max value from RGB is 223 - color contains mainly: green. Hex color #09DFB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09DFB0 is #F6204F. Grayscale: #999999. Windows color (decimal): -16130128 or 11591433. OLE color: 11591433.
HSL color Cylindrical-coordinate representation of color #09DFB0: hue angle of 166.82º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DFB0 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 223 | 176 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.13 |
| HSL | 166.82º | 0.92% | 0.45% | - |
| HSV(B) | 166.82º | 0.96% | 0.87% | - |
| XYZ | 34.34 | 55.97 | 50.07 | - |
| YUV | 153.66 | 140.6 | 24.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 223 | 176 | 0.96 | 0 | 0.21 | 0.13 | 166.82 | 0.92 | 0.45 |
| Hex | 9 | DF | B0 | 60 | 0 | 15 | D | A7 | 5C | 2D |
| Octal | 11 | 337 | 260 | 140 | 0 | 25 | 15 | 247 | 134 | 55 |
| Binary | 1001 | 11011111 | 10110000 | 1100000 | 0 | 10101 | 1101 | 10100111 | 1011100 | 101101 |
Color Harmonies of #09DFB0
Complementary color
Monochromatic Colors of #09DFB0
Black with #09DFB0
Text Example
Text Example
White with #09DFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DFB0; }
p { color: rgb(9,223,176); }
H1.HeaderClassName
{
color: #09DFB0;
}
.AnyTagClassName
{
color: #09DFB0;
}
</style>
background-color css
<style>
a { background-color: #09DFB0; }
a { background-color: rgb(9,223,176); }
div.DivClassName
{
background-color: #09DFB0;
}
.BgClassName
{
background-color: #09DFB0;
}
</style>
border-color css
<style>
span { border-color: #09DFB0; }
span { border-color: rgb(9,223,176); }
td.TdClassName
{
border-color: #09DFB0;
}
.TagClassName
{
border-color: #09DFB0;
}
</style>