Shades of Caribbean Green #0ABE92
Tints of Caribbean Green #0ABE92
RGB
CMYK
RGB Variations
Color information
#0ABE92 (or 0x0ABE92) is known color: Caribbean Green. HEX triplet: 0A, BE and 92. RGB value is (10,190,146). Sum of RGB (Red+Green+Blue) = 10+190+146=346 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.89% from 346); Green value is 190 (74.61% from 255 or 54.91% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABE92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABE92 is #F5416D. Grayscale: #838383. Windows color (decimal): -16073070 or 9616906. OLE color: 9616906.
HSL color Cylindrical-coordinate representation of color #0ABE92: hue angle of 165.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 #0ABE92 is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 190 | 146 | - |
| CMYK | 0.95 | 0 | 0.23 | 0.25 |
| HSL | 165.33º | 0.9% | 0.39% | - |
| HSV(B) | 165.33º | 0.95% | 0.75% | - |
| XYZ | 23.73 | 38.97 | 33.46 | - |
| YUV | 131.16 | 136.37 | 41.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 190 | 146 | 0.95 | 0 | 0.23 | 0.25 | 165.33 | 0.9 | 0.39 |
| Hex | A | BE | 92 | 5F | 0 | 17 | 19 | A5 | 5A | 27 |
| Octal | 12 | 276 | 222 | 137 | 0 | 27 | 31 | 245 | 132 | 47 |
| Binary | 1010 | 10111110 | 10010010 | 1011111 | 0 | 10111 | 11001 | 10100101 | 1011010 | 100111 |
Color Harmonies of #0ABE92
Complementary color
Monochromatic Colors of #0ABE92
Black with #0ABE92
Text Example
Text Example
White with #0ABE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABE92; }
p { color: rgb(10,190,146); }
H1.HeaderClassName
{
color: #0ABE92;
}
.AnyTagClassName
{
color: #0ABE92;
}
</style>
background-color css
<style>
a { background-color: #0ABE92; }
a { background-color: rgb(10,190,146); }
div.DivClassName
{
background-color: #0ABE92;
}
.BgClassName
{
background-color: #0ABE92;
}
</style>
border-color css
<style>
span { border-color: #0ABE92; }
span { border-color: rgb(10,190,146); }
td.TdClassName
{
border-color: #0ABE92;
}
.TagClassName
{
border-color: #0ABE92;
}
</style>