Shades of Caribbean Green #0AC3AD
Tints of Caribbean Green #0AC3AD
RGB
CMYK
RGB Variations
Color information
#0AC3AD (or 0x0AC3AD) is known color: Caribbean Green. HEX triplet: 0A, C3 and AD. RGB value is (10,195,173). Sum of RGB (Red+Green+Blue) = 10+195+173=378 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 378); Green value is 195 (76.56% from 255 or 51.59% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 195 - color contains mainly: green. Hex color #0AC3AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC3AD is #F53C52. Grayscale: #898989. Windows color (decimal): -16071763 or 11387658. OLE color: 11387658.
HSL color Cylindrical-coordinate representation of color #0AC3AD: hue angle of 172.86º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC3AD is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 195 | 173 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.24 |
| HSL | 172.86º | 0.9% | 0.4% | - |
| HSV(B) | 172.86º | 0.95% | 0.76% | - |
| XYZ | 27.18 | 42.11 | 46.23 | - |
| YUV | 137.18 | 148.21 | 37.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 195 | 173 | 0.95 | 0 | 0.11 | 0.24 | 172.86 | 0.9 | 0.4 |
| Hex | A | C3 | AD | 5F | 0 | B | 18 | AD | 5A | 28 |
| Octal | 12 | 303 | 255 | 137 | 0 | 13 | 30 | 255 | 132 | 50 |
| Binary | 1010 | 11000011 | 10101101 | 1011111 | 0 | 1011 | 11000 | 10101101 | 1011010 | 101000 |
Color Harmonies of #0AC3AD
Complementary color
Monochromatic Colors of #0AC3AD
Black with #0AC3AD
Text Example
Text Example
White with #0AC3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC3AD; }
p { color: rgb(10,195,173); }
H1.HeaderClassName
{
color: #0AC3AD;
}
.AnyTagClassName
{
color: #0AC3AD;
}
</style>
background-color css
<style>
a { background-color: #0AC3AD; }
a { background-color: rgb(10,195,173); }
div.DivClassName
{
background-color: #0AC3AD;
}
.BgClassName
{
background-color: #0AC3AD;
}
</style>
border-color css
<style>
span { border-color: #0AC3AD; }
span { border-color: rgb(10,195,173); }
td.TdClassName
{
border-color: #0AC3AD;
}
.TagClassName
{
border-color: #0AC3AD;
}
</style>