Shades of Caribbean Green #08C38E
Tints of Caribbean Green #08C38E
RGB
CMYK
RGB Variations
Color information
#08C38E (or 0x08C38E) is known color: Caribbean Green. HEX triplet: 08, C3 and 8E. RGB value is (8,195,142). Sum of RGB (Red+Green+Blue) = 8+195+142=345 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.32% from 345); Green value is 195 (76.56% from 255 or 56.52% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 195 - color contains mainly: green. Hex color #08C38E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C38E is #F73C71. Grayscale: #858585. Windows color (decimal): -16202866 or 9356040. OLE color: 9356040.
HSL color Cylindrical-coordinate representation of color #08C38E: hue angle of 162.99º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C38E is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 195 | 142 | - |
| CMYK | 0.96 | 0 | 0.27 | 0.24 |
| HSL | 162.99º | 0.92% | 0.4% | - |
| HSV(B) | 162.99º | 0.96% | 0.76% | - |
| XYZ | 24.5 | 41.03 | 32.22 | - |
| YUV | 133.05 | 133.05 | 38.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 195 | 142 | 0.96 | 0 | 0.27 | 0.24 | 162.99 | 0.92 | 0.4 |
| Hex | 8 | C3 | 8E | 60 | 0 | 1B | 18 | A3 | 5C | 28 |
| Octal | 10 | 303 | 216 | 140 | 0 | 33 | 30 | 243 | 134 | 50 |
| Binary | 1000 | 11000011 | 10001110 | 1100000 | 0 | 11011 | 11000 | 10100011 | 1011100 | 101000 |
Color Harmonies of #08C38E
Complementary color
Monochromatic Colors of #08C38E
Black with #08C38E
Text Example
Text Example
White with #08C38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C38E; }
p { color: rgb(8,195,142); }
H1.HeaderClassName
{
color: #08C38E;
}
.AnyTagClassName
{
color: #08C38E;
}
</style>
background-color css
<style>
a { background-color: #08C38E; }
a { background-color: rgb(8,195,142); }
div.DivClassName
{
background-color: #08C38E;
}
.BgClassName
{
background-color: #08C38E;
}
</style>
border-color css
<style>
span { border-color: #08C38E; }
span { border-color: rgb(8,195,142); }
td.TdClassName
{
border-color: #08C38E;
}
.TagClassName
{
border-color: #08C38E;
}
</style>