Shades of Caribbean Green #0ABE8F
Tints of Caribbean Green #0ABE8F
RGB
CMYK
RGB Variations
Color information
#0ABE8F (or 0x0ABE8F) is known color: Caribbean Green. HEX triplet: 0A, BE and 8F. RGB value is (10,190,143). Sum of RGB (Red+Green+Blue) = 10+190+143=343 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 343); Green value is 190 (74.61% from 255 or 55.39% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABE8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABE8F is #F54170. Grayscale: #828282. Windows color (decimal): -16073073 or 9420298. OLE color: 9420298.
HSL color Cylindrical-coordinate representation of color #0ABE8F: hue angle of 164.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABE8F is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 190 | 143 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.25 |
| HSL | 164.33º | 0.9% | 0.39% | - |
| HSV(B) | 164.33º | 0.95% | 0.75% | - |
| XYZ | 23.5 | 38.87 | 32.25 | - |
| YUV | 130.82 | 134.87 | 41.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 190 | 143 | 0.95 | 0 | 0.25 | 0.25 | 164.33 | 0.9 | 0.39 |
| Hex | A | BE | 8F | 5F | 0 | 19 | 19 | A4 | 5A | 27 |
| Octal | 12 | 276 | 217 | 137 | 0 | 31 | 31 | 244 | 132 | 47 |
| Binary | 1010 | 10111110 | 10001111 | 1011111 | 0 | 11001 | 11001 | 10100100 | 1011010 | 100111 |
Color Harmonies of #0ABE8F
Complementary color
Monochromatic Colors of #0ABE8F
Black with #0ABE8F
Text Example
Text Example
White with #0ABE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABE8F; }
p { color: rgb(10,190,143); }
H1.HeaderClassName
{
color: #0ABE8F;
}
.AnyTagClassName
{
color: #0ABE8F;
}
</style>
background-color css
<style>
a { background-color: #0ABE8F; }
a { background-color: rgb(10,190,143); }
div.DivClassName
{
background-color: #0ABE8F;
}
.BgClassName
{
background-color: #0ABE8F;
}
</style>
border-color css
<style>
span { border-color: #0ABE8F; }
span { border-color: rgb(10,190,143); }
td.TdClassName
{
border-color: #0ABE8F;
}
.TagClassName
{
border-color: #0ABE8F;
}
</style>