Shades of Caribbean Green #06C384
Tints of Caribbean Green #06C384
RGB
CMYK
RGB Variations
Color information
#06C384 (or 0x06C384) is known color: Caribbean Green. HEX triplet: 06, C3 and 84. RGB value is (6,195,132). Sum of RGB (Red+Green+Blue) = 6+195+132=333 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 333); Green value is 195 (76.56% from 255 or 58.56% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 195 - color contains mainly: green. Hex color #06C384 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C384 is #F93C7B. Grayscale: #838383. Windows color (decimal): -16333948 or 8700678. OLE color: 8700678.
HSL color Cylindrical-coordinate representation of color #06C384: hue angle of 160º 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 #06C384 is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 195 | 132 | - |
| CMYK | 0.97 | 0 | 0.32 | 0.24 |
| HSL | 160º | 0.94% | 0.39% | - |
| HSV(B) | 160º | 0.97% | 0.76% | - |
| XYZ | 23.76 | 40.73 | 28.44 | - |
| YUV | 131.31 | 128.38 | 38.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 195 | 132 | 0.97 | 0 | 0.32 | 0.24 | 160 | 0.94 | 0.39 |
| Hex | 6 | C3 | 84 | 61 | 0 | 20 | 18 | A0 | 5E | 27 |
| Octal | 6 | 303 | 204 | 141 | 0 | 40 | 30 | 240 | 136 | 47 |
| Binary | 110 | 11000011 | 10000100 | 1100001 | 0 | 100000 | 11000 | 10100000 | 1011110 | 100111 |
Color Harmonies of #06C384
Complementary color
Monochromatic Colors of #06C384
Black with #06C384
Text Example
Text Example
White with #06C384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C384; }
p { color: rgb(6,195,132); }
H1.HeaderClassName
{
color: #06C384;
}
.AnyTagClassName
{
color: #06C384;
}
</style>
background-color css
<style>
a { background-color: #06C384; }
a { background-color: rgb(6,195,132); }
div.DivClassName
{
background-color: #06C384;
}
.BgClassName
{
background-color: #06C384;
}
</style>
border-color css
<style>
span { border-color: #06C384; }
span { border-color: rgb(6,195,132); }
td.TdClassName
{
border-color: #06C384;
}
.TagClassName
{
border-color: #06C384;
}
</style>