Shades of Caribbean Green #06C08A
Tints of Caribbean Green #06C08A
RGB
CMYK
RGB Variations
Color information
#06C08A (or 0x06C08A) is known color: Caribbean Green. HEX triplet: 06, C0 and 8A. RGB value is (6,192,138). Sum of RGB (Red+Green+Blue) = 6+192+138=336 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 336); Green value is 192 (75.39% from 255 or 57.14% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 192 - color contains mainly: green. Hex color #06C08A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C08A is #F93F75. Grayscale: #828282. Windows color (decimal): -16334710 or 9093126. OLE color: 9093126.
HSL color Cylindrical-coordinate representation of color #06C08A: hue angle of 162.58º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C08A is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 192 | 138 | - |
| CMYK | 0.97 | 0 | 0.28 | 0.25 |
| HSL | 162.58º | 0.94% | 0.39% | - |
| HSV(B) | 162.58º | 0.97% | 0.75% | - |
| XYZ | 23.51 | 39.57 | 30.44 | - |
| YUV | 130.23 | 132.38 | 39.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 192 | 138 | 0.97 | 0 | 0.28 | 0.25 | 162.58 | 0.94 | 0.39 |
| Hex | 6 | C0 | 8A | 61 | 0 | 1C | 19 | A3 | 5E | 27 |
| Octal | 6 | 300 | 212 | 141 | 0 | 34 | 31 | 243 | 136 | 47 |
| Binary | 110 | 11000000 | 10001010 | 1100001 | 0 | 11100 | 11001 | 10100011 | 1011110 | 100111 |
Color Harmonies of #06C08A
Complementary color
Monochromatic Colors of #06C08A
Black with #06C08A
Text Example
Text Example
White with #06C08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C08A; }
p { color: rgb(6,192,138); }
H1.HeaderClassName
{
color: #06C08A;
}
.AnyTagClassName
{
color: #06C08A;
}
</style>
background-color css
<style>
a { background-color: #06C08A; }
a { background-color: rgb(6,192,138); }
div.DivClassName
{
background-color: #06C08A;
}
.BgClassName
{
background-color: #06C08A;
}
</style>
border-color css
<style>
span { border-color: #06C08A; }
span { border-color: rgb(6,192,138); }
td.TdClassName
{
border-color: #06C08A;
}
.TagClassName
{
border-color: #06C08A;
}
</style>