Shades of Caribbean Green #08C190
Tints of Caribbean Green #08C190
RGB
CMYK
RGB Variations
Color information
#08C190 (or 0x08C190) is known color: Caribbean Green. HEX triplet: 08, C1 and 90. RGB value is (8,193,144). Sum of RGB (Red+Green+Blue) = 8+193+144=345 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.32% from 345); Green value is 193 (75.78% from 255 or 55.94% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 193 - color contains mainly: green. Hex color #08C190 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C190 is #F73E6F. Grayscale: #848484. Windows color (decimal): -16203376 or 9486600. OLE color: 9486600.
HSL color Cylindrical-coordinate representation of color #08C190: hue angle of 164.11º 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 #08C190 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 193 | 144 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.24 |
| HSL | 164.11º | 0.92% | 0.39% | - |
| HSV(B) | 164.11º | 0.96% | 0.76% | - |
| XYZ | 24.2 | 40.21 | 32.87 | - |
| YUV | 132.1 | 134.71 | 39.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 193 | 144 | 0.96 | 0 | 0.25 | 0.24 | 164.11 | 0.92 | 0.39 |
| Hex | 8 | C1 | 90 | 60 | 0 | 19 | 18 | A4 | 5C | 27 |
| Octal | 10 | 301 | 220 | 140 | 0 | 31 | 30 | 244 | 134 | 47 |
| Binary | 1000 | 11000001 | 10010000 | 1100000 | 0 | 11001 | 11000 | 10100100 | 1011100 | 100111 |
Color Harmonies of #08C190
Complementary color
Monochromatic Colors of #08C190
Black with #08C190
Text Example
Text Example
White with #08C190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C190; }
p { color: rgb(8,193,144); }
H1.HeaderClassName
{
color: #08C190;
}
.AnyTagClassName
{
color: #08C190;
}
</style>
background-color css
<style>
a { background-color: #08C190; }
a { background-color: rgb(8,193,144); }
div.DivClassName
{
background-color: #08C190;
}
.BgClassName
{
background-color: #08C190;
}
</style>
border-color css
<style>
span { border-color: #08C190; }
span { border-color: rgb(8,193,144); }
td.TdClassName
{
border-color: #08C190;
}
.TagClassName
{
border-color: #08C190;
}
</style>