Shades of Caribbean Green #0AC193
Tints of Caribbean Green #0AC193
RGB
CMYK
RGB Variations
Color information
#0AC193 (or 0x0AC193) is known color: Caribbean Green. HEX triplet: 0A, C1 and 93. RGB value is (10,193,147). Sum of RGB (Red+Green+Blue) = 10+193+147=350 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.86% from 350); Green value is 193 (75.78% from 255 or 55.14% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC193 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC193 is #F53E6C. Grayscale: #858585. Windows color (decimal): -16072301 or 9683210. OLE color: 9683210.
HSL color Cylindrical-coordinate representation of color #0AC193: hue angle of 164.92º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC193 is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 193 | 147 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.24 |
| HSL | 164.92º | 0.9% | 0.4% | - |
| HSV(B) | 164.92º | 0.95% | 0.76% | - |
| XYZ | 24.46 | 40.31 | 34.1 | - |
| YUV | 133.04 | 135.87 | 40.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 193 | 147 | 0.95 | 0 | 0.24 | 0.24 | 164.92 | 0.9 | 0.4 |
| Hex | A | C1 | 93 | 5F | 0 | 18 | 18 | A5 | 5A | 28 |
| Octal | 12 | 301 | 223 | 137 | 0 | 30 | 30 | 245 | 132 | 50 |
| Binary | 1010 | 11000001 | 10010011 | 1011111 | 0 | 11000 | 11000 | 10100101 | 1011010 | 101000 |
Color Harmonies of #0AC193
Complementary color
Monochromatic Colors of #0AC193
Black with #0AC193
Text Example
Text Example
White with #0AC193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC193; }
p { color: rgb(10,193,147); }
H1.HeaderClassName
{
color: #0AC193;
}
.AnyTagClassName
{
color: #0AC193;
}
</style>
background-color css
<style>
a { background-color: #0AC193; }
a { background-color: rgb(10,193,147); }
div.DivClassName
{
background-color: #0AC193;
}
.BgClassName
{
background-color: #0AC193;
}
</style>
border-color css
<style>
span { border-color: #0AC193; }
span { border-color: rgb(10,193,147); }
td.TdClassName
{
border-color: #0AC193;
}
.TagClassName
{
border-color: #0AC193;
}
</style>