Shades of Caribbean Green #06CB7C
Tints of Caribbean Green #06CB7C
RGB
CMYK
RGB Variations
Color information
#06CB7C (or 0x06CB7C) is known color: Caribbean Green. HEX triplet: 06, CB and 7C. RGB value is (6,203,124). Sum of RGB (Red+Green+Blue) = 6+203+124=333 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 333); Green value is 203 (79.69% from 255 or 60.96% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 203 - color contains mainly: green. Hex color #06CB7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06CB7C is #F93483. Grayscale: #878787. Windows color (decimal): -16331908 or 8178438. OLE color: 8178438.
HSL color Cylindrical-coordinate representation of color #06CB7C: hue angle of 155.94º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CB7C is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 203 | 124 | - |
| CMYK | 0.97 | 0 | 0.39 | 0.20 |
| HSL | 155.94º | 0.94% | 0.41% | - |
| HSV(B) | 155.94º | 0.97% | 0.8% | - |
| XYZ | 25.07 | 44.21 | 26.28 | - |
| YUV | 135.09 | 121.73 | 35.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 203 | 124 | 0.97 | 0 | 0.39 | 0.20 | 155.94 | 0.94 | 0.41 |
| Hex | 6 | CB | 7C | 61 | 0 | 27 | 14 | 9C | 5E | 29 |
| Octal | 6 | 313 | 174 | 141 | 0 | 47 | 24 | 234 | 136 | 51 |
| Binary | 110 | 11001011 | 1111100 | 1100001 | 0 | 100111 | 10100 | 10011100 | 1011110 | 101001 |
Color Harmonies of #06CB7C
Complementary color
Monochromatic Colors of #06CB7C
Black with #06CB7C
Text Example
Text Example
White with #06CB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CB7C; }
p { color: rgb(6,203,124); }
H1.HeaderClassName
{
color: #06CB7C;
}
.AnyTagClassName
{
color: #06CB7C;
}
</style>
background-color css
<style>
a { background-color: #06CB7C; }
a { background-color: rgb(6,203,124); }
div.DivClassName
{
background-color: #06CB7C;
}
.BgClassName
{
background-color: #06CB7C;
}
</style>
border-color css
<style>
span { border-color: #06CB7C; }
span { border-color: rgb(6,203,124); }
td.TdClassName
{
border-color: #06CB7C;
}
.TagClassName
{
border-color: #06CB7C;
}
</style>