Shades of Caribbean Green #0FDAA4
Tints of Caribbean Green #0FDAA4
RGB
CMYK
RGB Variations
Color information
#0FDAA4 (or 0x0FDAA4) is known color: Caribbean Green. HEX triplet: 0F, DA and A4. RGB value is (15,218,164). Sum of RGB (Red+Green+Blue) = 15+218+164=397 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.78% from 397); Green value is 218 (85.55% from 255 or 54.91% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 218 - color contains mainly: green. Hex color #0FDAA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDAA4 is #F0255B. Grayscale: #979797. Windows color (decimal): -15738204 or 10803727. OLE color: 10803727.
HSL color Cylindrical-coordinate representation of color #0FDAA4: hue angle of 164.04º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDAA4 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 218 | 164 | - |
| CMYK | 0.93 | 0 | 0.25 | 0.15 |
| HSL | 164.04º | 0.87% | 0.46% | - |
| HSV(B) | 164.04º | 0.93% | 0.85% | - |
| XYZ | 31.97 | 52.92 | 43.65 | - |
| YUV | 151.15 | 135.25 | 30.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 218 | 164 | 0.93 | 0 | 0.25 | 0.15 | 164.04 | 0.87 | 0.46 |
| Hex | F | DA | A4 | 5D | 0 | 19 | F | A4 | 57 | 2E |
| Octal | 17 | 332 | 244 | 135 | 0 | 31 | 17 | 244 | 127 | 56 |
| Binary | 1111 | 11011010 | 10100100 | 1011101 | 0 | 11001 | 1111 | 10100100 | 1010111 | 101110 |
Color Harmonies of #0FDAA4
Complementary color
Monochromatic Colors of #0FDAA4
Black with #0FDAA4
Text Example
Text Example
White with #0FDAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDAA4; }
p { color: rgb(15,218,164); }
H1.HeaderClassName
{
color: #0FDAA4;
}
.AnyTagClassName
{
color: #0FDAA4;
}
</style>
background-color css
<style>
a { background-color: #0FDAA4; }
a { background-color: rgb(15,218,164); }
div.DivClassName
{
background-color: #0FDAA4;
}
.BgClassName
{
background-color: #0FDAA4;
}
</style>
border-color css
<style>
span { border-color: #0FDAA4; }
span { border-color: rgb(15,218,164); }
td.TdClassName
{
border-color: #0FDAA4;
}
.TagClassName
{
border-color: #0FDAA4;
}
</style>