Shades of Caribbean Green #08C293
Tints of Caribbean Green #08C293
RGB
CMYK
RGB Variations
Color information
#08C293 (or 0x08C293) is known color: Caribbean Green. HEX triplet: 08, C2 and 93. RGB value is (8,194,147). Sum of RGB (Red+Green+Blue) = 8+194+147=349 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 349); Green value is 194 (76.17% from 255 or 55.59% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 194 - color contains mainly: green. Hex color #08C293 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C293 is #F73D6C. Grayscale: #858585. Windows color (decimal): -16203117 or 9683464. OLE color: 9683464.
HSL color Cylindrical-coordinate representation of color #08C293: hue angle of 164.84º 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 #08C293 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 194 | 147 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.24 |
| HSL | 164.84º | 0.92% | 0.4% | - |
| HSV(B) | 164.84º | 0.96% | 0.76% | - |
| XYZ | 24.66 | 40.74 | 34.17 | - |
| YUV | 133.03 | 135.88 | 38.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 194 | 147 | 0.96 | 0 | 0.24 | 0.24 | 164.84 | 0.92 | 0.4 |
| Hex | 8 | C2 | 93 | 60 | 0 | 18 | 18 | A5 | 5C | 28 |
| Octal | 10 | 302 | 223 | 140 | 0 | 30 | 30 | 245 | 134 | 50 |
| Binary | 1000 | 11000010 | 10010011 | 1100000 | 0 | 11000 | 11000 | 10100101 | 1011100 | 101000 |
Color Harmonies of #08C293
Complementary color
Monochromatic Colors of #08C293
Black with #08C293
Text Example
Text Example
White with #08C293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C293; }
p { color: rgb(8,194,147); }
H1.HeaderClassName
{
color: #08C293;
}
.AnyTagClassName
{
color: #08C293;
}
</style>
background-color css
<style>
a { background-color: #08C293; }
a { background-color: rgb(8,194,147); }
div.DivClassName
{
background-color: #08C293;
}
.BgClassName
{
background-color: #08C293;
}
</style>
border-color css
<style>
span { border-color: #08C293; }
span { border-color: rgb(8,194,147); }
td.TdClassName
{
border-color: #08C293;
}
.TagClassName
{
border-color: #08C293;
}
</style>