Shades of Caribbean Green #0FCDAA
Tints of Caribbean Green #0FCDAA
RGB
CMYK
RGB Variations
Color information
#0FCDAA (or 0x0FCDAA) is known color: Caribbean Green. HEX triplet: 0F, CD and AA. RGB value is (15,205,170). Sum of RGB (Red+Green+Blue) = 15+205+170=390 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.85% from 390); Green value is 205 (80.47% from 255 or 52.56% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 205 - color contains mainly: green. Hex color #0FCDAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCDAA is #F03255. Grayscale: #909090. Windows color (decimal): -15741526 or 11193615. OLE color: 11193615.
HSL color Cylindrical-coordinate representation of color #0FCDAA: hue angle of 168.95º 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 #0FCDAA is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 205 | 170 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.20 |
| HSL | 168.95º | 0.86% | 0.43% | - |
| HSV(B) | 168.95º | 0.93% | 0.8% | - |
| XYZ | 29.28 | 46.67 | 45.49 | - |
| YUV | 144.2 | 142.55 | 35.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 205 | 170 | 0.93 | 0 | 0.17 | 0.20 | 168.95 | 0.86 | 0.43 |
| Hex | F | CD | AA | 5D | 0 | 11 | 14 | A9 | 56 | 2B |
| Octal | 17 | 315 | 252 | 135 | 0 | 21 | 24 | 251 | 126 | 53 |
| Binary | 1111 | 11001101 | 10101010 | 1011101 | 0 | 10001 | 10100 | 10101001 | 1010110 | 101011 |
Color Harmonies of #0FCDAA
Complementary color
Monochromatic Colors of #0FCDAA
Black with #0FCDAA
Text Example
Text Example
White with #0FCDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCDAA; }
p { color: rgb(15,205,170); }
H1.HeaderClassName
{
color: #0FCDAA;
}
.AnyTagClassName
{
color: #0FCDAA;
}
</style>
background-color css
<style>
a { background-color: #0FCDAA; }
a { background-color: rgb(15,205,170); }
div.DivClassName
{
background-color: #0FCDAA;
}
.BgClassName
{
background-color: #0FCDAA;
}
</style>
border-color css
<style>
span { border-color: #0FCDAA; }
span { border-color: rgb(15,205,170); }
td.TdClassName
{
border-color: #0FCDAA;
}
.TagClassName
{
border-color: #0FCDAA;
}
</style>