Shades of Caribbean Green #08C18A
Tints of Caribbean Green #08C18A
RGB
CMYK
RGB Variations
Color information
#08C18A (or 0x08C18A) is known color: Caribbean Green. HEX triplet: 08, C1 and 8A. RGB value is (8,193,138). Sum of RGB (Red+Green+Blue) = 8+193+138=339 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.36% from 339); Green value is 193 (75.78% from 255 or 56.93% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 193 - color contains mainly: green. Hex color #08C18A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C18A is #F73E75. Grayscale: #838383. Windows color (decimal): -16203382 or 9093384. OLE color: 9093384.
HSL color Cylindrical-coordinate representation of color #08C18A: hue angle of 162.16º 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 #08C18A is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 193 | 138 | - |
| CMYK | 0.96 | 0 | 0.28 | 0.24 |
| HSL | 162.16º | 0.92% | 0.39% | - |
| HSV(B) | 162.16º | 0.96% | 0.76% | - |
| XYZ | 23.76 | 40.03 | 30.52 | - |
| YUV | 131.42 | 131.71 | 39.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 193 | 138 | 0.96 | 0 | 0.28 | 0.24 | 162.16 | 0.92 | 0.39 |
| Hex | 8 | C1 | 8A | 60 | 0 | 1C | 18 | A2 | 5C | 27 |
| Octal | 10 | 301 | 212 | 140 | 0 | 34 | 30 | 242 | 134 | 47 |
| Binary | 1000 | 11000001 | 10001010 | 1100000 | 0 | 11100 | 11000 | 10100010 | 1011100 | 100111 |
Color Harmonies of #08C18A
Complementary color
Monochromatic Colors of #08C18A
Black with #08C18A
Text Example
Text Example
White with #08C18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C18A; }
p { color: rgb(8,193,138); }
H1.HeaderClassName
{
color: #08C18A;
}
.AnyTagClassName
{
color: #08C18A;
}
</style>
background-color css
<style>
a { background-color: #08C18A; }
a { background-color: rgb(8,193,138); }
div.DivClassName
{
background-color: #08C18A;
}
.BgClassName
{
background-color: #08C18A;
}
</style>
border-color css
<style>
span { border-color: #08C18A; }
span { border-color: rgb(8,193,138); }
td.TdClassName
{
border-color: #08C18A;
}
.TagClassName
{
border-color: #08C18A;
}
</style>