Shades of Caribbean Green #0ABC9D
Tints of Caribbean Green #0ABC9D
RGB
CMYK
RGB Variations
Color information
#0ABC9D (or 0x0ABC9D) is known color: Caribbean Green. HEX triplet: 0A, BC and 9D. RGB value is (10,188,157). Sum of RGB (Red+Green+Blue) = 10+188+157=355 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABC9D is #F54362. Grayscale: #838383. Windows color (decimal): -16073571 or 10337290. OLE color: 10337290.
HSL color Cylindrical-coordinate representation of color #0ABC9D: hue angle of 169.55º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABC9D is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 157 | - |
| CMYK | 0.95 | 0 | 0.16 | 0.26 |
| HSL | 169.55º | 0.9% | 0.39% | - |
| HSV(B) | 169.55º | 0.95% | 0.74% | - |
| XYZ | 24.19 | 38.47 | 38.05 | - |
| YUV | 131.24 | 142.53 | 41.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 157 | 0.95 | 0 | 0.16 | 0.26 | 169.55 | 0.9 | 0.39 |
| Hex | A | BC | 9D | 5F | 0 | 10 | 1A | AA | 5A | 27 |
| Octal | 12 | 274 | 235 | 137 | 0 | 20 | 32 | 252 | 132 | 47 |
| Binary | 1010 | 10111100 | 10011101 | 1011111 | 0 | 10000 | 11010 | 10101010 | 1011010 | 100111 |
Color Harmonies of #0ABC9D
Complementary color
Monochromatic Colors of #0ABC9D
Black with #0ABC9D
Text Example
Text Example
White with #0ABC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABC9D; }
p { color: rgb(10,188,157); }
H1.HeaderClassName
{
color: #0ABC9D;
}
.AnyTagClassName
{
color: #0ABC9D;
}
</style>
background-color css
<style>
a { background-color: #0ABC9D; }
a { background-color: rgb(10,188,157); }
div.DivClassName
{
background-color: #0ABC9D;
}
.BgClassName
{
background-color: #0ABC9D;
}
</style>
border-color css
<style>
span { border-color: #0ABC9D; }
span { border-color: rgb(10,188,157); }
td.TdClassName
{
border-color: #0ABC9D;
}
.TagClassName
{
border-color: #0ABC9D;
}
</style>