Shades of Caribbean Green #08D27F
Tints of Caribbean Green #08D27F
RGB
CMYK
RGB Variations
Color information
#08D27F (or 0x08D27F) is known color: Caribbean Green. HEX triplet: 08, D2 and 7F. RGB value is (8,210,127). Sum of RGB (Red+Green+Blue) = 8+210+127=345 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.32% from 345); Green value is 210 (82.42% from 255 or 60.87% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 210 - color contains mainly: green. Hex color #08D27F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08D27F is #F72D80. Grayscale: #8C8C8C. Windows color (decimal): -16199041 or 8376840. OLE color: 8376840.
HSL color Cylindrical-coordinate representation of color #08D27F: hue angle of 155.35º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D27F is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 8 | 210 | 127 | - |
| CMYK | 0.96 | 0 | 0.40 | 0.18 |
| HSL | 155.35º | 0.93% | 0.43% | - |
| HSV(B) | 155.35º | 0.96% | 0.82% | - |
| XYZ | 26.98 | 47.68 | 27.86 | - |
| YUV | 140.14 | 120.58 | 33.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 210 | 127 | 0.96 | 0 | 0.40 | 0.18 | 155.35 | 0.93 | 0.43 |
| Hex | 8 | D2 | 7F | 60 | 0 | 28 | 12 | 9B | 5D | 2B |
| Octal | 10 | 322 | 177 | 140 | 0 | 50 | 22 | 233 | 135 | 53 |
| Binary | 1000 | 11010010 | 1111111 | 1100000 | 0 | 101000 | 10010 | 10011011 | 1011101 | 101011 |
Color Harmonies of #08D27F
Complementary color
Monochromatic Colors of #08D27F
Black with #08D27F
Text Example
Text Example
White with #08D27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D27F; }
p { color: rgb(8,210,127); }
H1.HeaderClassName
{
color: #08D27F;
}
.AnyTagClassName
{
color: #08D27F;
}
</style>
background-color css
<style>
a { background-color: #08D27F; }
a { background-color: rgb(8,210,127); }
div.DivClassName
{
background-color: #08D27F;
}
.BgClassName
{
background-color: #08D27F;
}
</style>
border-color css
<style>
span { border-color: #08D27F; }
span { border-color: rgb(8,210,127); }
td.TdClassName
{
border-color: #08D27F;
}
.TagClassName
{
border-color: #08D27F;
}
</style>