Shades of Caribbean Green #09DB94
Tints of Caribbean Green #09DB94
RGB
CMYK
RGB Variations
Color information
#09DB94 (or 0x09DB94) is known color: Caribbean Green. HEX triplet: 09, DB and 94. RGB value is (9,219,148). Sum of RGB (Red+Green+Blue) = 9+219+148=376 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 376); Green value is 219 (85.94% from 255 or 58.24% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 219 - color contains mainly: green. Hex color #09DB94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09DB94 is #F6246B. Grayscale: #949494. Windows color (decimal): -16131180 or 9755401. OLE color: 9755401.
HSL color Cylindrical-coordinate representation of color #09DB94: hue angle of 159.71º 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 #09DB94 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 219 | 148 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.14 |
| HSL | 159.71º | 0.92% | 0.45% | - |
| HSV(B) | 159.71º | 0.96% | 0.86% | - |
| XYZ | 30.79 | 52.86 | 36.6 | - |
| YUV | 148.12 | 127.93 | 28.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 219 | 148 | 0.96 | 0 | 0.32 | 0.14 | 159.71 | 0.92 | 0.45 |
| Hex | 9 | DB | 94 | 60 | 0 | 20 | E | A0 | 5C | 2D |
| Octal | 11 | 333 | 224 | 140 | 0 | 40 | 16 | 240 | 134 | 55 |
| Binary | 1001 | 11011011 | 10010100 | 1100000 | 0 | 100000 | 1110 | 10100000 | 1011100 | 101101 |
Color Harmonies of #09DB94
Complementary color
Monochromatic Colors of #09DB94
Black with #09DB94
Text Example
Text Example
White with #09DB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DB94; }
p { color: rgb(9,219,148); }
H1.HeaderClassName
{
color: #09DB94;
}
.AnyTagClassName
{
color: #09DB94;
}
</style>
background-color css
<style>
a { background-color: #09DB94; }
a { background-color: rgb(9,219,148); }
div.DivClassName
{
background-color: #09DB94;
}
.BgClassName
{
background-color: #09DB94;
}
</style>
border-color css
<style>
span { border-color: #09DB94; }
span { border-color: rgb(9,219,148); }
td.TdClassName
{
border-color: #09DB94;
}
.TagClassName
{
border-color: #09DB94;
}
</style>