Shades of Caribbean Green #0ACD93
Tints of Caribbean Green #0ACD93
RGB
CMYK
RGB Variations
Color information
#0ACD93 (or 0x0ACD93) is known color: Caribbean Green. HEX triplet: 0A, CD and 93. RGB value is (10,205,147). Sum of RGB (Red+Green+Blue) = 10+205+147=362 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.76% from 362); Green value is 205 (80.47% from 255 or 56.63% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 205 - color contains mainly: green. Hex color #0ACD93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACD93 is #F5326C. Grayscale: #8C8C8C. Windows color (decimal): -16069229 or 9686282. OLE color: 9686282.
HSL color Cylindrical-coordinate representation of color #0ACD93: hue angle of 162.15º 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 #0ACD93 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 205 | 147 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.20 |
| HSL | 162.15º | 0.91% | 0.42% | - |
| HSV(B) | 162.15º | 0.95% | 0.8% | - |
| XYZ | 27.22 | 45.83 | 35.02 | - |
| YUV | 140.08 | 131.9 | 35.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 205 | 147 | 0.95 | 0 | 0.28 | 0.20 | 162.15 | 0.91 | 0.42 |
| Hex | A | CD | 93 | 5F | 0 | 1C | 14 | A2 | 5B | 2A |
| Octal | 12 | 315 | 223 | 137 | 0 | 34 | 24 | 242 | 133 | 52 |
| Binary | 1010 | 11001101 | 10010011 | 1011111 | 0 | 11100 | 10100 | 10100010 | 1011011 | 101010 |
Color Harmonies of #0ACD93
Complementary color
Monochromatic Colors of #0ACD93
Black with #0ACD93
Text Example
Text Example
White with #0ACD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACD93; }
p { color: rgb(10,205,147); }
H1.HeaderClassName
{
color: #0ACD93;
}
.AnyTagClassName
{
color: #0ACD93;
}
</style>
background-color css
<style>
a { background-color: #0ACD93; }
a { background-color: rgb(10,205,147); }
div.DivClassName
{
background-color: #0ACD93;
}
.BgClassName
{
background-color: #0ACD93;
}
</style>
border-color css
<style>
span { border-color: #0ACD93; }
span { border-color: rgb(10,205,147); }
td.TdClassName
{
border-color: #0ACD93;
}
.TagClassName
{
border-color: #0ACD93;
}
</style>