Shades of Caribbean Green #0ACEB2
Tints of Caribbean Green #0ACEB2
RGB
CMYK
RGB Variations
Color information
#0ACEB2 (or 0x0ACEB2) is known color: Caribbean Green. HEX triplet: 0A, CE and B2. RGB value is (10,206,178). Sum of RGB (Red+Green+Blue) = 10+206+178=394 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.54% from 394); Green value is 206 (80.86% from 255 or 52.28% from 394); Blue value is 178 (69.92% from 255 or 45.18% from 394); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACEB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACEB2 is #F5314D. Grayscale: #909090. Windows color (decimal): -16068942 or 11718154. OLE color: 11718154.
HSL color Cylindrical-coordinate representation of color #0ACEB2: hue angle of 171.43º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACEB2 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 206 | 178 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.19 |
| HSL | 171.43º | 0.91% | 0.42% | - |
| HSV(B) | 171.43º | 0.95% | 0.81% | - |
| XYZ | 30.23 | 47.42 | 49.68 | - |
| YUV | 144.2 | 147.07 | 32.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 178 | 0.95 | 0 | 0.14 | 0.19 | 171.43 | 0.91 | 0.42 |
| Hex | A | CE | B2 | 5F | 0 | E | 13 | AB | 5B | 2A |
| Octal | 12 | 316 | 262 | 137 | 0 | 16 | 23 | 253 | 133 | 52 |
| Binary | 1010 | 11001110 | 10110010 | 1011111 | 0 | 1110 | 10011 | 10101011 | 1011011 | 101010 |
Color Harmonies of #0ACEB2
Complementary color
Monochromatic Colors of #0ACEB2
Black with #0ACEB2
Text Example
Text Example
White with #0ACEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACEB2; }
p { color: rgb(10,206,178); }
H1.HeaderClassName
{
color: #0ACEB2;
}
.AnyTagClassName
{
color: #0ACEB2;
}
</style>
background-color css
<style>
a { background-color: #0ACEB2; }
a { background-color: rgb(10,206,178); }
div.DivClassName
{
background-color: #0ACEB2;
}
.BgClassName
{
background-color: #0ACEB2;
}
</style>
border-color css
<style>
span { border-color: #0ACEB2; }
span { border-color: rgb(10,206,178); }
td.TdClassName
{
border-color: #0ACEB2;
}
.TagClassName
{
border-color: #0ACEB2;
}
</style>