Shades of Caribbean Green #0AC09B
Tints of Caribbean Green #0AC09B
RGB
CMYK
RGB Variations
Color information
#0AC09B (or 0x0AC09B) is known color: Caribbean Green. HEX triplet: 0A, C0 and 9B. RGB value is (10,192,155). Sum of RGB (Red+Green+Blue) = 10+192+155=357 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.80% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC09B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC09B is #F53F64. Grayscale: #858585. Windows color (decimal): -16072549 or 10207242. OLE color: 10207242.
HSL color Cylindrical-coordinate representation of color #0AC09B: hue angle of 167.8º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC09B is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 192 | 155 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.25 |
| HSL | 167.8º | 0.9% | 0.4% | - |
| HSV(B) | 167.8º | 0.95% | 0.75% | - |
| XYZ | 24.89 | 40.13 | 37.44 | - |
| YUV | 133.36 | 140.2 | 40.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 155 | 0.95 | 0 | 0.19 | 0.25 | 167.8 | 0.9 | 0.4 |
| Hex | A | C0 | 9B | 5F | 0 | 13 | 19 | A8 | 5A | 28 |
| Octal | 12 | 300 | 233 | 137 | 0 | 23 | 31 | 250 | 132 | 50 |
| Binary | 1010 | 11000000 | 10011011 | 1011111 | 0 | 10011 | 11001 | 10101000 | 1011010 | 101000 |
Color Harmonies of #0AC09B
Complementary color
Monochromatic Colors of #0AC09B
Black with #0AC09B
Text Example
Text Example
White with #0AC09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC09B; }
p { color: rgb(10,192,155); }
H1.HeaderClassName
{
color: #0AC09B;
}
.AnyTagClassName
{
color: #0AC09B;
}
</style>
background-color css
<style>
a { background-color: #0AC09B; }
a { background-color: rgb(10,192,155); }
div.DivClassName
{
background-color: #0AC09B;
}
.BgClassName
{
background-color: #0AC09B;
}
</style>
border-color css
<style>
span { border-color: #0AC09B; }
span { border-color: rgb(10,192,155); }
td.TdClassName
{
border-color: #0AC09B;
}
.TagClassName
{
border-color: #0AC09B;
}
</style>