Shades of Caribbean Green #06C38C
Tints of Caribbean Green #06C38C
RGB
CMYK
RGB Variations
Color information
#06C38C (or 0x06C38C) is known color: Caribbean Green. HEX triplet: 06, C3 and 8C. RGB value is (6,195,140). Sum of RGB (Red+Green+Blue) = 6+195+140=341 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 341); Green value is 195 (76.56% from 255 or 57.18% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 195 - color contains mainly: green. Hex color #06C38C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C38C is #F93C73. Grayscale: #848484. Windows color (decimal): -16333940 or 9224966. OLE color: 9224966.
HSL color Cylindrical-coordinate representation of color #06C38C: hue angle of 162.54º 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 #06C38C is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 195 | 140 | - |
| CMYK | 0.97 | 0 | 0.28 | 0.24 |
| HSL | 162.54º | 0.94% | 0.39% | - |
| HSV(B) | 162.54º | 0.97% | 0.76% | - |
| XYZ | 24.32 | 40.96 | 31.44 | - |
| YUV | 132.22 | 132.38 | 37.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 195 | 140 | 0.97 | 0 | 0.28 | 0.24 | 162.54 | 0.94 | 0.39 |
| Hex | 6 | C3 | 8C | 61 | 0 | 1C | 18 | A3 | 5E | 27 |
| Octal | 6 | 303 | 214 | 141 | 0 | 34 | 30 | 243 | 136 | 47 |
| Binary | 110 | 11000011 | 10001100 | 1100001 | 0 | 11100 | 11000 | 10100011 | 1011110 | 100111 |
Color Harmonies of #06C38C
Complementary color
Monochromatic Colors of #06C38C
Black with #06C38C
Text Example
Text Example
White with #06C38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C38C; }
p { color: rgb(6,195,140); }
H1.HeaderClassName
{
color: #06C38C;
}
.AnyTagClassName
{
color: #06C38C;
}
</style>
background-color css
<style>
a { background-color: #06C38C; }
a { background-color: rgb(6,195,140); }
div.DivClassName
{
background-color: #06C38C;
}
.BgClassName
{
background-color: #06C38C;
}
</style>
border-color css
<style>
span { border-color: #06C38C; }
span { border-color: rgb(6,195,140); }
td.TdClassName
{
border-color: #06C38C;
}
.TagClassName
{
border-color: #06C38C;
}
</style>