Shades of Caribbean Green #06D27A
Tints of Caribbean Green #06D27A
RGB
CMYK
RGB Variations
Color information
#06D27A (or 0x06D27A) is known color: Caribbean Green. HEX triplet: 06, D2 and 7A. RGB value is (6,210,122). Sum of RGB (Red+Green+Blue) = 6+210+122=338 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 338); Green value is 210 (82.42% from 255 or 62.13% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 210 - color contains mainly: green. Hex color #06D27A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06D27A is #F92D85. Grayscale: #8B8B8B. Windows color (decimal): -16330118 or 8049158. OLE color: 8049158.
HSL color Cylindrical-coordinate representation of color #06D27A: hue angle of 154.12º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D27A is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 6 | 210 | 122 | - |
| CMYK | 0.97 | 0 | 0.42 | 0.18 |
| HSL | 154.12º | 0.94% | 0.42% | - |
| HSV(B) | 154.12º | 0.97% | 0.82% | - |
| XYZ | 26.63 | 47.54 | 26.18 | - |
| YUV | 138.97 | 118.41 | 33.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 210 | 122 | 0.97 | 0 | 0.42 | 0.18 | 154.12 | 0.94 | 0.42 |
| Hex | 6 | D2 | 7A | 61 | 0 | 2A | 12 | 9A | 5E | 2A |
| Octal | 6 | 322 | 172 | 141 | 0 | 52 | 22 | 232 | 136 | 52 |
| Binary | 110 | 11010010 | 1111010 | 1100001 | 0 | 101010 | 10010 | 10011010 | 1011110 | 101010 |
Color Harmonies of #06D27A
Complementary color
Monochromatic Colors of #06D27A
Black with #06D27A
Text Example
Text Example
White with #06D27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D27A; }
p { color: rgb(6,210,122); }
H1.HeaderClassName
{
color: #06D27A;
}
.AnyTagClassName
{
color: #06D27A;
}
</style>
background-color css
<style>
a { background-color: #06D27A; }
a { background-color: rgb(6,210,122); }
div.DivClassName
{
background-color: #06D27A;
}
.BgClassName
{
background-color: #06D27A;
}
</style>
border-color css
<style>
span { border-color: #06D27A; }
span { border-color: rgb(6,210,122); }
td.TdClassName
{
border-color: #06D27A;
}
.TagClassName
{
border-color: #06D27A;
}
</style>