Shades of Caribbean Green #06DB90
Tints of Caribbean Green #06DB90
RGB
CMYK
RGB Variations
Color information
#06DB90 (or 0x06DB90) is known color: Caribbean Green. HEX triplet: 06, DB and 90. RGB value is (6,219,144). Sum of RGB (Red+Green+Blue) = 6+219+144=369 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 369); Green value is 219 (85.94% from 255 or 59.35% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 219 - color contains mainly: green. Hex color #06DB90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06DB90 is #F9246F. Grayscale: #929292. Windows color (decimal): -16327792 or 9493254. OLE color: 9493254.
HSL color Cylindrical-coordinate representation of color #06DB90: hue angle of 158.87º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DB90 is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 219 | 144 | - |
| CMYK | 0.97 | 0 | 0.34 | 0.14 |
| HSL | 158.87º | 0.95% | 0.44% | - |
| HSV(B) | 158.87º | 0.97% | 0.86% | - |
| XYZ | 30.44 | 52.72 | 34.96 | - |
| YUV | 146.76 | 126.43 | 27.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 219 | 144 | 0.97 | 0 | 0.34 | 0.14 | 158.87 | 0.95 | 0.44 |
| Hex | 6 | DB | 90 | 61 | 0 | 22 | E | 9F | 5F | 2C |
| Octal | 6 | 333 | 220 | 141 | 0 | 42 | 16 | 237 | 137 | 54 |
| Binary | 110 | 11011011 | 10010000 | 1100001 | 0 | 100010 | 1110 | 10011111 | 1011111 | 101100 |
Color Harmonies of #06DB90
Complementary color
Monochromatic Colors of #06DB90
Black with #06DB90
Text Example
Text Example
White with #06DB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DB90; }
p { color: rgb(6,219,144); }
H1.HeaderClassName
{
color: #06DB90;
}
.AnyTagClassName
{
color: #06DB90;
}
</style>
background-color css
<style>
a { background-color: #06DB90; }
a { background-color: rgb(6,219,144); }
div.DivClassName
{
background-color: #06DB90;
}
.BgClassName
{
background-color: #06DB90;
}
</style>
border-color css
<style>
span { border-color: #06DB90; }
span { border-color: rgb(6,219,144); }
td.TdClassName
{
border-color: #06DB90;
}
.TagClassName
{
border-color: #06DB90;
}
</style>