Shades of Caribbean Green #09DBAD
Tints of Caribbean Green #09DBAD
RGB
CMYK
RGB Variations
Color information
#09DBAD (or 0x09DBAD) is known color: Caribbean Green. HEX triplet: 09, DB and AD. RGB value is (9,219,173). Sum of RGB (Red+Green+Blue) = 9+219+173=401 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.24% from 401); Green value is 219 (85.94% from 255 or 54.61% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 219 - color contains mainly: green. Hex color #09DBAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09DBAD is #F62452. Grayscale: #969696. Windows color (decimal): -16131155 or 11393801. OLE color: 11393801.
HSL color Cylindrical-coordinate representation of color #09DBAD: hue angle of 166.86º 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 #09DBAD is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 219 | 173 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.14 |
| HSL | 166.86º | 0.92% | 0.45% | - |
| HSV(B) | 166.86º | 0.96% | 0.86% | - |
| XYZ | 32.99 | 53.74 | 48.17 | - |
| YUV | 150.97 | 140.43 | 26.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 219 | 173 | 0.96 | 0 | 0.21 | 0.14 | 166.86 | 0.92 | 0.45 |
| Hex | 9 | DB | AD | 60 | 0 | 15 | E | A7 | 5C | 2D |
| Octal | 11 | 333 | 255 | 140 | 0 | 25 | 16 | 247 | 134 | 55 |
| Binary | 1001 | 11011011 | 10101101 | 1100000 | 0 | 10101 | 1110 | 10100111 | 1011100 | 101101 |
Color Harmonies of #09DBAD
Complementary color
Monochromatic Colors of #09DBAD
Black with #09DBAD
Text Example
Text Example
White with #09DBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DBAD; }
p { color: rgb(9,219,173); }
H1.HeaderClassName
{
color: #09DBAD;
}
.AnyTagClassName
{
color: #09DBAD;
}
</style>
background-color css
<style>
a { background-color: #09DBAD; }
a { background-color: rgb(9,219,173); }
div.DivClassName
{
background-color: #09DBAD;
}
.BgClassName
{
background-color: #09DBAD;
}
</style>
border-color css
<style>
span { border-color: #09DBAD; }
span { border-color: rgb(9,219,173); }
td.TdClassName
{
border-color: #09DBAD;
}
.TagClassName
{
border-color: #09DBAD;
}
</style>