Shades of Caribbean Green #08C78B
Tints of Caribbean Green #08C78B
RGB
CMYK
RGB Variations
Color information
#08C78B (or 0x08C78B) is known color: Caribbean Green. HEX triplet: 08, C7 and 8B. RGB value is (8,199,139). Sum of RGB (Red+Green+Blue) = 8+199+139=346 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 346); Green value is 199 (78.12% from 255 or 57.51% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 199 - color contains mainly: green. Hex color #08C78B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C78B is #F73874. Grayscale: #878787. Windows color (decimal): -16201845 or 9160456. OLE color: 9160456.
HSL color Cylindrical-coordinate representation of color #08C78B: hue angle of 161.15º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C78B is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 199 | 139 | - |
| CMYK | 0.96 | 0 | 0.30 | 0.22 |
| HSL | 161.15º | 0.92% | 0.41% | - |
| HSV(B) | 161.15º | 0.96% | 0.78% | - |
| XYZ | 25.18 | 42.76 | 31.35 | - |
| YUV | 135.05 | 130.22 | 37.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 199 | 139 | 0.96 | 0 | 0.30 | 0.22 | 161.15 | 0.92 | 0.41 |
| Hex | 8 | C7 | 8B | 60 | 0 | 1E | 16 | A1 | 5C | 29 |
| Octal | 10 | 307 | 213 | 140 | 0 | 36 | 26 | 241 | 134 | 51 |
| Binary | 1000 | 11000111 | 10001011 | 1100000 | 0 | 11110 | 10110 | 10100001 | 1011100 | 101001 |
Color Harmonies of #08C78B
Complementary color
Monochromatic Colors of #08C78B
Black with #08C78B
Text Example
Text Example
White with #08C78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C78B; }
p { color: rgb(8,199,139); }
H1.HeaderClassName
{
color: #08C78B;
}
.AnyTagClassName
{
color: #08C78B;
}
</style>
background-color css
<style>
a { background-color: #08C78B; }
a { background-color: rgb(8,199,139); }
div.DivClassName
{
background-color: #08C78B;
}
.BgClassName
{
background-color: #08C78B;
}
</style>
border-color css
<style>
span { border-color: #08C78B; }
span { border-color: rgb(8,199,139); }
td.TdClassName
{
border-color: #08C78B;
}
.TagClassName
{
border-color: #08C78B;
}
</style>