Shades of Caribbean Green #08C093
Tints of Caribbean Green #08C093
RGB
CMYK
RGB Variations
Color information
#08C093 (or 0x08C093) is known color: Caribbean Green. HEX triplet: 08, C0 and 93. RGB value is (8,192,147). Sum of RGB (Red+Green+Blue) = 8+192+147=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #08C093 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C093 is #F73F6C. Grayscale: #838383. Windows color (decimal): -16203629 or 9682952. OLE color: 9682952.
HSL color Cylindrical-coordinate representation of color #08C093: hue angle of 165.33º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C093 is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 192 | 147 | - |
| CMYK | 0.96 | 0 | 0.23 | 0.25 |
| HSL | 165.33º | 0.92% | 0.39% | - |
| HSV(B) | 165.33º | 0.96% | 0.75% | - |
| XYZ | 24.22 | 39.86 | 34.02 | - |
| YUV | 131.85 | 136.54 | 39.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 192 | 147 | 0.96 | 0 | 0.23 | 0.25 | 165.33 | 0.92 | 0.39 |
| Hex | 8 | C0 | 93 | 60 | 0 | 17 | 19 | A5 | 5C | 27 |
| Octal | 10 | 300 | 223 | 140 | 0 | 27 | 31 | 245 | 134 | 47 |
| Binary | 1000 | 11000000 | 10010011 | 1100000 | 0 | 10111 | 11001 | 10100101 | 1011100 | 100111 |
Color Harmonies of #08C093
Complementary color
Monochromatic Colors of #08C093
Black with #08C093
Text Example
Text Example
White with #08C093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C093; }
p { color: rgb(8,192,147); }
H1.HeaderClassName
{
color: #08C093;
}
.AnyTagClassName
{
color: #08C093;
}
</style>
background-color css
<style>
a { background-color: #08C093; }
a { background-color: rgb(8,192,147); }
div.DivClassName
{
background-color: #08C093;
}
.BgClassName
{
background-color: #08C093;
}
</style>
border-color css
<style>
span { border-color: #08C093; }
span { border-color: rgb(8,192,147); }
td.TdClassName
{
border-color: #08C093;
}
.TagClassName
{
border-color: #08C093;
}
</style>