Shades of Caribbean Green #08C2AD
Tints of Caribbean Green #08C2AD
RGB
CMYK
RGB Variations
Color information
#08C2AD (or 0x08C2AD) is known color: Caribbean Green. HEX triplet: 08, C2 and AD. RGB value is (8,194,173). Sum of RGB (Red+Green+Blue) = 8+194+173=375 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 375); Green value is 194 (76.17% from 255 or 51.73% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 194 - color contains mainly: green. Hex color #08C2AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C2AD is #F73D52. Grayscale: #878787. Windows color (decimal): -16203091 or 11387400. OLE color: 11387400.
HSL color Cylindrical-coordinate representation of color #08C2AD: hue angle of 173.23º 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 #08C2AD is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 194 | 173 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.24 |
| HSL | 173.23º | 0.92% | 0.4% | - |
| HSV(B) | 173.23º | 0.96% | 0.76% | - |
| XYZ | 26.93 | 41.65 | 46.16 | - |
| YUV | 135.99 | 148.88 | 36.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 194 | 173 | 0.96 | 0 | 0.11 | 0.24 | 173.23 | 0.92 | 0.4 |
| Hex | 8 | C2 | AD | 60 | 0 | B | 18 | AD | 5C | 28 |
| Octal | 10 | 302 | 255 | 140 | 0 | 13 | 30 | 255 | 134 | 50 |
| Binary | 1000 | 11000010 | 10101101 | 1100000 | 0 | 1011 | 11000 | 10101101 | 1011100 | 101000 |
Color Harmonies of #08C2AD
Complementary color
Monochromatic Colors of #08C2AD
Black with #08C2AD
Text Example
Text Example
White with #08C2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C2AD; }
p { color: rgb(8,194,173); }
H1.HeaderClassName
{
color: #08C2AD;
}
.AnyTagClassName
{
color: #08C2AD;
}
</style>
background-color css
<style>
a { background-color: #08C2AD; }
a { background-color: rgb(8,194,173); }
div.DivClassName
{
background-color: #08C2AD;
}
.BgClassName
{
background-color: #08C2AD;
}
</style>
border-color css
<style>
span { border-color: #08C2AD; }
span { border-color: rgb(8,194,173); }
td.TdClassName
{
border-color: #08C2AD;
}
.TagClassName
{
border-color: #08C2AD;
}
</style>