Shades of Caribbean Green #08C28D
Tints of Caribbean Green #08C28D
RGB
CMYK
RGB Variations
Color information
#08C28D (or 0x08C28D) is known color: Caribbean Green. HEX triplet: 08, C2 and 8D. RGB value is (8,194,141). Sum of RGB (Red+Green+Blue) = 8+194+141=343 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 343); Green value is 194 (76.17% from 255 or 56.56% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 194 - color contains mainly: green. Hex color #08C28D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C28D is #F73D72. Grayscale: #848484. Windows color (decimal): -16203123 or 9290248. OLE color: 9290248.
HSL color Cylindrical-coordinate representation of color #08C28D: hue angle of 162.9º 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 #08C28D is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 194 | 141 | - |
| CMYK | 0.96 | 0 | 0.27 | 0.24 |
| HSL | 162.9º | 0.92% | 0.4% | - |
| HSV(B) | 162.9º | 0.96% | 0.76% | - |
| XYZ | 24.2 | 40.56 | 31.75 | - |
| YUV | 132.34 | 132.88 | 39.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 194 | 141 | 0.96 | 0 | 0.27 | 0.24 | 162.9 | 0.92 | 0.4 |
| Hex | 8 | C2 | 8D | 60 | 0 | 1B | 18 | A3 | 5C | 28 |
| Octal | 10 | 302 | 215 | 140 | 0 | 33 | 30 | 243 | 134 | 50 |
| Binary | 1000 | 11000010 | 10001101 | 1100000 | 0 | 11011 | 11000 | 10100011 | 1011100 | 101000 |
Color Harmonies of #08C28D
Complementary color
Monochromatic Colors of #08C28D
Black with #08C28D
Text Example
Text Example
White with #08C28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C28D; }
p { color: rgb(8,194,141); }
H1.HeaderClassName
{
color: #08C28D;
}
.AnyTagClassName
{
color: #08C28D;
}
</style>
background-color css
<style>
a { background-color: #08C28D; }
a { background-color: rgb(8,194,141); }
div.DivClassName
{
background-color: #08C28D;
}
.BgClassName
{
background-color: #08C28D;
}
</style>
border-color css
<style>
span { border-color: #08C28D; }
span { border-color: rgb(8,194,141); }
td.TdClassName
{
border-color: #08C28D;
}
.TagClassName
{
border-color: #08C28D;
}
</style>