Shades of Caribbean Green #06DC90
Tints of Caribbean Green #06DC90
RGB
CMYK
RGB Variations
Color information
#06DC90 (or 0x06DC90) is known color: Caribbean Green. HEX triplet: 06, DC and 90. RGB value is (6,220,144). Sum of RGB (Red+Green+Blue) = 6+220+144=370 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 370); Green value is 220 (86.33% from 255 or 59.46% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 220 - color contains mainly: green. Hex color #06DC90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06DC90 is #F9236F. Grayscale: #939393. Windows color (decimal): -16327536 or 9493510. OLE color: 9493510.
HSL color Cylindrical-coordinate representation of color #06DC90: hue angle of 158.69º 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 #06DC90 is Cyan = 0.97, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 220 | 144 | - |
| CMYK | 0.97 | 0 | 0.35 | 0.14 |
| HSL | 158.69º | 0.95% | 0.44% | - |
| HSV(B) | 158.69º | 0.97% | 0.86% | - |
| XYZ | 30.7 | 53.24 | 35.04 | - |
| YUV | 147.35 | 126.1 | 27.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 220 | 144 | 0.97 | 0 | 0.35 | 0.14 | 158.69 | 0.95 | 0.44 |
| Hex | 6 | DC | 90 | 61 | 0 | 23 | E | 9F | 5F | 2C |
| Octal | 6 | 334 | 220 | 141 | 0 | 43 | 16 | 237 | 137 | 54 |
| Binary | 110 | 11011100 | 10010000 | 1100001 | 0 | 100011 | 1110 | 10011111 | 1011111 | 101100 |
Color Harmonies of #06DC90
Complementary color
Monochromatic Colors of #06DC90
Black with #06DC90
Text Example
Text Example
White with #06DC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DC90; }
p { color: rgb(6,220,144); }
H1.HeaderClassName
{
color: #06DC90;
}
.AnyTagClassName
{
color: #06DC90;
}
</style>
background-color css
<style>
a { background-color: #06DC90; }
a { background-color: rgb(6,220,144); }
div.DivClassName
{
background-color: #06DC90;
}
.BgClassName
{
background-color: #06DC90;
}
</style>
border-color css
<style>
span { border-color: #06DC90; }
span { border-color: rgb(6,220,144); }
td.TdClassName
{
border-color: #06DC90;
}
.TagClassName
{
border-color: #06DC90;
}
</style>