Shades of Caribbean Green #0ACD8B
Tints of Caribbean Green #0ACD8B
RGB
CMYK
RGB Variations
Color information
#0ACD8B (or 0x0ACD8B) is known color: Caribbean Green. HEX triplet: 0A, CD and 8B. RGB value is (10,205,139). Sum of RGB (Red+Green+Blue) = 10+205+139=354 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 354); Green value is 205 (80.47% from 255 or 57.91% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 205 - color contains mainly: green. Hex color #0ACD8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACD8B is #F53274. Grayscale: #8B8B8B. Windows color (decimal): -16069237 or 9161994. OLE color: 9161994.
HSL color Cylindrical-coordinate representation of color #0ACD8B: hue angle of 159.69º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACD8B is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 205 | 139 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.20 |
| HSL | 159.69º | 0.91% | 0.42% | - |
| HSV(B) | 159.69º | 0.95% | 0.8% | - |
| XYZ | 26.62 | 45.59 | 31.82 | - |
| YUV | 139.17 | 127.9 | 35.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 205 | 139 | 0.95 | 0 | 0.32 | 0.20 | 159.69 | 0.91 | 0.42 |
| Hex | A | CD | 8B | 5F | 0 | 20 | 14 | A0 | 5B | 2A |
| Octal | 12 | 315 | 213 | 137 | 0 | 40 | 24 | 240 | 133 | 52 |
| Binary | 1010 | 11001101 | 10001011 | 1011111 | 0 | 100000 | 10100 | 10100000 | 1011011 | 101010 |
Color Harmonies of #0ACD8B
Complementary color
Monochromatic Colors of #0ACD8B
Black with #0ACD8B
Text Example
Text Example
White with #0ACD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACD8B; }
p { color: rgb(10,205,139); }
H1.HeaderClassName
{
color: #0ACD8B;
}
.AnyTagClassName
{
color: #0ACD8B;
}
</style>
background-color css
<style>
a { background-color: #0ACD8B; }
a { background-color: rgb(10,205,139); }
div.DivClassName
{
background-color: #0ACD8B;
}
.BgClassName
{
background-color: #0ACD8B;
}
</style>
border-color css
<style>
span { border-color: #0ACD8B; }
span { border-color: rgb(10,205,139); }
td.TdClassName
{
border-color: #0ACD8B;
}
.TagClassName
{
border-color: #0ACD8B;
}
</style>