Shades of Caribbean Green #06C38A
Tints of Caribbean Green #06C38A
RGB
CMYK
RGB Variations
Color information
#06C38A (or 0x06C38A) is known color: Caribbean Green. HEX triplet: 06, C3 and 8A. RGB value is (6,195,138). Sum of RGB (Red+Green+Blue) = 6+195+138=339 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.77% from 339); Green value is 195 (76.56% from 255 or 57.52% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 195 - color contains mainly: green. Hex color #06C38A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C38A is #F93C75. Grayscale: #848484. Windows color (decimal): -16333942 or 9093894. OLE color: 9093894.
HSL color Cylindrical-coordinate representation of color #06C38A: hue angle of 161.9º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C38A is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 195 | 138 | - |
| CMYK | 0.97 | 0 | 0.29 | 0.24 |
| HSL | 161.9º | 0.94% | 0.39% | - |
| HSV(B) | 161.9º | 0.97% | 0.76% | - |
| XYZ | 24.18 | 40.9 | 30.67 | - |
| YUV | 131.99 | 131.38 | 38.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 195 | 138 | 0.97 | 0 | 0.29 | 0.24 | 161.9 | 0.94 | 0.39 |
| Hex | 6 | C3 | 8A | 61 | 0 | 1D | 18 | A2 | 5E | 27 |
| Octal | 6 | 303 | 212 | 141 | 0 | 35 | 30 | 242 | 136 | 47 |
| Binary | 110 | 11000011 | 10001010 | 1100001 | 0 | 11101 | 11000 | 10100010 | 1011110 | 100111 |
Color Harmonies of #06C38A
Complementary color
Monochromatic Colors of #06C38A
Black with #06C38A
Text Example
Text Example
White with #06C38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C38A; }
p { color: rgb(6,195,138); }
H1.HeaderClassName
{
color: #06C38A;
}
.AnyTagClassName
{
color: #06C38A;
}
</style>
background-color css
<style>
a { background-color: #06C38A; }
a { background-color: rgb(6,195,138); }
div.DivClassName
{
background-color: #06C38A;
}
.BgClassName
{
background-color: #06C38A;
}
</style>
border-color css
<style>
span { border-color: #06C38A; }
span { border-color: rgb(6,195,138); }
td.TdClassName
{
border-color: #06C38A;
}
.TagClassName
{
border-color: #06C38A;
}
</style>