Shades of Caribbean Green #06CFB3
Tints of Caribbean Green #06CFB3
RGB
CMYK
RGB Variations
Color information
#06CFB3 (or 0x06CFB3) is known color: Caribbean Green. HEX triplet: 06, CF and B3. RGB value is (6,207,179). Sum of RGB (Red+Green+Blue) = 6+207+179=392 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.53% from 392); Green value is 207 (81.25% from 255 or 52.81% from 392); Blue value is 179 (70.31% from 255 or 45.66% from 392); Max value from RGB is 207 - color contains mainly: green. Hex color #06CFB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CFB3 is #F9304C. Grayscale: #8F8F8F. Windows color (decimal): -16330829 or 11783942. OLE color: 11783942.
HSL color Cylindrical-coordinate representation of color #06CFB3: hue angle of 171.64º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CFB3 is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 207 | 179 | - |
| CMYK | 0.97 | 0 | 0.14 | 0.19 |
| HSL | 171.64º | 0.94% | 0.42% | - |
| HSV(B) | 171.64º | 0.97% | 0.81% | - |
| XYZ | 30.52 | 47.92 | 50.29 | - |
| YUV | 143.71 | 147.91 | 29.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 207 | 179 | 0.97 | 0 | 0.14 | 0.19 | 171.64 | 0.94 | 0.42 |
| Hex | 6 | CF | B3 | 61 | 0 | E | 13 | AC | 5E | 2A |
| Octal | 6 | 317 | 263 | 141 | 0 | 16 | 23 | 254 | 136 | 52 |
| Binary | 110 | 11001111 | 10110011 | 1100001 | 0 | 1110 | 10011 | 10101100 | 1011110 | 101010 |
Color Harmonies of #06CFB3
Complementary color
Monochromatic Colors of #06CFB3
Black with #06CFB3
Text Example
Text Example
White with #06CFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CFB3; }
p { color: rgb(6,207,179); }
H1.HeaderClassName
{
color: #06CFB3;
}
.AnyTagClassName
{
color: #06CFB3;
}
</style>
background-color css
<style>
a { background-color: #06CFB3; }
a { background-color: rgb(6,207,179); }
div.DivClassName
{
background-color: #06CFB3;
}
.BgClassName
{
background-color: #06CFB3;
}
</style>
border-color css
<style>
span { border-color: #06CFB3; }
span { border-color: rgb(6,207,179); }
td.TdClassName
{
border-color: #06CFB3;
}
.TagClassName
{
border-color: #06CFB3;
}
</style>