Shades of Caribbean Green #08C198
Tints of Caribbean Green #08C198
RGB
CMYK
RGB Variations
Color information
#08C198 (or 0x08C198) is known color: Caribbean Green. HEX triplet: 08, C1 and 98. RGB value is (8,193,152). Sum of RGB (Red+Green+Blue) = 8+193+152=353 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 353); Green value is 193 (75.78% from 255 or 54.67% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 193 - color contains mainly: green. Hex color #08C198 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C198 is #F73E67. Grayscale: #848484. Windows color (decimal): -16203368 or 10010888. OLE color: 10010888.
HSL color Cylindrical-coordinate representation of color #08C198: hue angle of 166.7º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C198 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 193 | 152 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.24 |
| HSL | 166.7º | 0.92% | 0.39% | - |
| HSV(B) | 166.7º | 0.96% | 0.76% | - |
| XYZ | 24.84 | 40.46 | 36.21 | - |
| YUV | 133.01 | 138.71 | 38.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 193 | 152 | 0.96 | 0 | 0.21 | 0.24 | 166.7 | 0.92 | 0.39 |
| Hex | 8 | C1 | 98 | 60 | 0 | 15 | 18 | A7 | 5C | 27 |
| Octal | 10 | 301 | 230 | 140 | 0 | 25 | 30 | 247 | 134 | 47 |
| Binary | 1000 | 11000001 | 10011000 | 1100000 | 0 | 10101 | 11000 | 10100111 | 1011100 | 100111 |
Color Harmonies of #08C198
Complementary color
Monochromatic Colors of #08C198
Black with #08C198
Text Example
Text Example
White with #08C198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C198; }
p { color: rgb(8,193,152); }
H1.HeaderClassName
{
color: #08C198;
}
.AnyTagClassName
{
color: #08C198;
}
</style>
background-color css
<style>
a { background-color: #08C198; }
a { background-color: rgb(8,193,152); }
div.DivClassName
{
background-color: #08C198;
}
.BgClassName
{
background-color: #08C198;
}
</style>
border-color css
<style>
span { border-color: #08C198; }
span { border-color: rgb(8,193,152); }
td.TdClassName
{
border-color: #08C198;
}
.TagClassName
{
border-color: #08C198;
}
</style>