Shades of Caribbean Green #0FCDAE
Tints of Caribbean Green #0FCDAE
RGB
CMYK
RGB Variations
Color information
#0FCDAE (or 0x0FCDAE) is known color: Caribbean Green. HEX triplet: 0F, CD and AE. RGB value is (15,205,174). Sum of RGB (Red+Green+Blue) = 15+205+174=394 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.81% from 394); Green value is 205 (80.47% from 255 or 52.03% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 205 - color contains mainly: green. Hex color #0FCDAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCDAE is #F03251. Grayscale: #909090. Windows color (decimal): -15741522 or 11455759. OLE color: 11455759.
HSL color Cylindrical-coordinate representation of color #0FCDAE: hue angle of 170.21º 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 #0FCDAE is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 205 | 174 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.20 |
| HSL | 170.21º | 0.86% | 0.43% | - |
| HSV(B) | 170.21º | 0.93% | 0.8% | - |
| XYZ | 29.67 | 46.82 | 47.52 | - |
| YUV | 144.66 | 144.55 | 35.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 205 | 174 | 0.93 | 0 | 0.15 | 0.20 | 170.21 | 0.86 | 0.43 |
| Hex | F | CD | AE | 5D | 0 | F | 14 | AA | 56 | 2B |
| Octal | 17 | 315 | 256 | 135 | 0 | 17 | 24 | 252 | 126 | 53 |
| Binary | 1111 | 11001101 | 10101110 | 1011101 | 0 | 1111 | 10100 | 10101010 | 1010110 | 101011 |
Color Harmonies of #0FCDAE
Complementary color
Monochromatic Colors of #0FCDAE
Black with #0FCDAE
Text Example
Text Example
White with #0FCDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCDAE; }
p { color: rgb(15,205,174); }
H1.HeaderClassName
{
color: #0FCDAE;
}
.AnyTagClassName
{
color: #0FCDAE;
}
</style>
background-color css
<style>
a { background-color: #0FCDAE; }
a { background-color: rgb(15,205,174); }
div.DivClassName
{
background-color: #0FCDAE;
}
.BgClassName
{
background-color: #0FCDAE;
}
</style>
border-color css
<style>
span { border-color: #0FCDAE; }
span { border-color: rgb(15,205,174); }
td.TdClassName
{
border-color: #0FCDAE;
}
.TagClassName
{
border-color: #0FCDAE;
}
</style>