Shades of Caribbean Green #0FCDAD
Tints of Caribbean Green #0FCDAD
RGB
CMYK
RGB Variations
Color information
#0FCDAD (or 0x0FCDAD) is known color: Caribbean Green. HEX triplet: 0F, CD and AD. RGB value is (15,205,173). Sum of RGB (Red+Green+Blue) = 15+205+173=393 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.82% from 393); Green value is 205 (80.47% from 255 or 52.16% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 205 - color contains mainly: green. Hex color #0FCDAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCDAD is #F03252. Grayscale: #909090. Windows color (decimal): -15741523 or 11390223. OLE color: 11390223.
HSL color Cylindrical-coordinate representation of color #0FCDAD: hue angle of 169.89º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCDAD is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 205 | 173 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.20 |
| HSL | 169.89º | 0.86% | 0.43% | - |
| HSV(B) | 169.89º | 0.93% | 0.8% | - |
| XYZ | 29.57 | 46.78 | 47.01 | - |
| YUV | 144.54 | 144.05 | 35.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 205 | 173 | 0.93 | 0 | 0.16 | 0.20 | 169.89 | 0.86 | 0.43 |
| Hex | F | CD | AD | 5D | 0 | 10 | 14 | AA | 56 | 2B |
| Octal | 17 | 315 | 255 | 135 | 0 | 20 | 24 | 252 | 126 | 53 |
| Binary | 1111 | 11001101 | 10101101 | 1011101 | 0 | 10000 | 10100 | 10101010 | 1010110 | 101011 |
Color Harmonies of #0FCDAD
Complementary color
Monochromatic Colors of #0FCDAD
Black with #0FCDAD
Text Example
Text Example
White with #0FCDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCDAD; }
p { color: rgb(15,205,173); }
H1.HeaderClassName
{
color: #0FCDAD;
}
.AnyTagClassName
{
color: #0FCDAD;
}
</style>
background-color css
<style>
a { background-color: #0FCDAD; }
a { background-color: rgb(15,205,173); }
div.DivClassName
{
background-color: #0FCDAD;
}
.BgClassName
{
background-color: #0FCDAD;
}
</style>
border-color css
<style>
span { border-color: #0FCDAD; }
span { border-color: rgb(15,205,173); }
td.TdClassName
{
border-color: #0FCDAD;
}
.TagClassName
{
border-color: #0FCDAD;
}
</style>