Shades of Caribbean Green #0ABD8F
Tints of Caribbean Green #0ABD8F
RGB
CMYK
RGB Variations
Color information
#0ABD8F (or 0x0ABD8F) is known color: Caribbean Green. HEX triplet: 0A, BD and 8F. RGB value is (10,189,143). Sum of RGB (Red+Green+Blue) = 10+189+143=342 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 342); Green value is 189 (74.22% from 255 or 55.26% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABD8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABD8F is #F54270. Grayscale: #828282. Windows color (decimal): -16073329 or 9420042. OLE color: 9420042.
HSL color Cylindrical-coordinate representation of color #0ABD8F: hue angle of 164.58º 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 #0ABD8F is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 189 | 143 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.26 |
| HSL | 164.58º | 0.9% | 0.39% | - |
| HSV(B) | 164.58º | 0.95% | 0.74% | - |
| XYZ | 23.28 | 38.44 | 32.18 | - |
| YUV | 130.24 | 135.2 | 42.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 189 | 143 | 0.95 | 0 | 0.24 | 0.26 | 164.58 | 0.9 | 0.39 |
| Hex | A | BD | 8F | 5F | 0 | 18 | 1A | A5 | 5A | 27 |
| Octal | 12 | 275 | 217 | 137 | 0 | 30 | 32 | 245 | 132 | 47 |
| Binary | 1010 | 10111101 | 10001111 | 1011111 | 0 | 11000 | 11010 | 10100101 | 1011010 | 100111 |
Color Harmonies of #0ABD8F
Complementary color
Monochromatic Colors of #0ABD8F
Black with #0ABD8F
Text Example
Text Example
White with #0ABD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABD8F; }
p { color: rgb(10,189,143); }
H1.HeaderClassName
{
color: #0ABD8F;
}
.AnyTagClassName
{
color: #0ABD8F;
}
</style>
background-color css
<style>
a { background-color: #0ABD8F; }
a { background-color: rgb(10,189,143); }
div.DivClassName
{
background-color: #0ABD8F;
}
.BgClassName
{
background-color: #0ABD8F;
}
</style>
border-color css
<style>
span { border-color: #0ABD8F; }
span { border-color: rgb(10,189,143); }
td.TdClassName
{
border-color: #0ABD8F;
}
.TagClassName
{
border-color: #0ABD8F;
}
</style>