Shades of Caribbean Green #09DB93
Tints of Caribbean Green #09DB93
RGB
CMYK
RGB Variations
Color information
#09DB93 (or 0x09DB93) is known color: Caribbean Green. HEX triplet: 09, DB and 93. RGB value is (9,219,147). Sum of RGB (Red+Green+Blue) = 9+219+147=375 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.4% from 375); Green value is 219 (85.94% from 255 or 58.4% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 219 - color contains mainly: green. Hex color #09DB93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09DB93 is #F6246C. Grayscale: #949494. Windows color (decimal): -16131181 or 9689865. OLE color: 9689865.
HSL color Cylindrical-coordinate representation of color #09DB93: hue angle of 159.43º 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 #09DB93 is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 219 | 147 | - |
| CMYK | 0.96 | 0 | 0.33 | 0.14 |
| HSL | 159.43º | 0.92% | 0.45% | - |
| HSV(B) | 159.43º | 0.96% | 0.86% | - |
| XYZ | 30.71 | 52.83 | 36.18 | - |
| YUV | 148 | 127.43 | 28.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 219 | 147 | 0.96 | 0 | 0.33 | 0.14 | 159.43 | 0.92 | 0.45 |
| Hex | 9 | DB | 93 | 60 | 0 | 21 | E | 9F | 5C | 2D |
| Octal | 11 | 333 | 223 | 140 | 0 | 41 | 16 | 237 | 134 | 55 |
| Binary | 1001 | 11011011 | 10010011 | 1100000 | 0 | 100001 | 1110 | 10011111 | 1011100 | 101101 |
Color Harmonies of #09DB93
Complementary color
Monochromatic Colors of #09DB93
Black with #09DB93
Text Example
Text Example
White with #09DB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DB93; }
p { color: rgb(9,219,147); }
H1.HeaderClassName
{
color: #09DB93;
}
.AnyTagClassName
{
color: #09DB93;
}
</style>
background-color css
<style>
a { background-color: #09DB93; }
a { background-color: rgb(9,219,147); }
div.DivClassName
{
background-color: #09DB93;
}
.BgClassName
{
background-color: #09DB93;
}
</style>
border-color css
<style>
span { border-color: #09DB93; }
span { border-color: rgb(9,219,147); }
td.TdClassName
{
border-color: #09DB93;
}
.TagClassName
{
border-color: #09DB93;
}
</style>