Shades of Caribbean Green #0AC9B2
Tints of Caribbean Green #0AC9B2
RGB
CMYK
RGB Variations
Color information
#0AC9B2 (or 0x0AC9B2) is known color: Caribbean Green. HEX triplet: 0A, C9 and B2. RGB value is (10,201,178). Sum of RGB (Red+Green+Blue) = 10+201+178=389 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.57% from 389); Green value is 201 (78.91% from 255 or 51.67% from 389); Blue value is 178 (69.92% from 255 or 45.76% from 389); Max value from RGB is 201 - color contains mainly: green. Hex color #0AC9B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC9B2 is #F5364D. Grayscale: #8D8D8D. Windows color (decimal): -16070222 or 11716874. OLE color: 11716874.
HSL color Cylindrical-coordinate representation of color #0AC9B2: hue angle of 172.77º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC9B2 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 201 | 178 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.21 |
| HSL | 172.77º | 0.91% | 0.41% | - |
| HSV(B) | 172.77º | 0.95% | 0.79% | - |
| XYZ | 29.05 | 45.05 | 49.28 | - |
| YUV | 141.27 | 148.72 | 34.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 201 | 178 | 0.95 | 0 | 0.11 | 0.21 | 172.77 | 0.91 | 0.41 |
| Hex | A | C9 | B2 | 5F | 0 | B | 15 | AD | 5B | 29 |
| Octal | 12 | 311 | 262 | 137 | 0 | 13 | 25 | 255 | 133 | 51 |
| Binary | 1010 | 11001001 | 10110010 | 1011111 | 0 | 1011 | 10101 | 10101101 | 1011011 | 101001 |
Color Harmonies of #0AC9B2
Complementary color
Monochromatic Colors of #0AC9B2
Black with #0AC9B2
Text Example
Text Example
White with #0AC9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC9B2; }
p { color: rgb(10,201,178); }
H1.HeaderClassName
{
color: #0AC9B2;
}
.AnyTagClassName
{
color: #0AC9B2;
}
</style>
background-color css
<style>
a { background-color: #0AC9B2; }
a { background-color: rgb(10,201,178); }
div.DivClassName
{
background-color: #0AC9B2;
}
.BgClassName
{
background-color: #0AC9B2;
}
</style>
border-color css
<style>
span { border-color: #0AC9B2; }
span { border-color: rgb(10,201,178); }
td.TdClassName
{
border-color: #0AC9B2;
}
.TagClassName
{
border-color: #0AC9B2;
}
</style>