Shades of Caribbean Green #0FDD9B
Tints of Caribbean Green #0FDD9B
RGB
CMYK
RGB Variations
Color information
#0FDD9B (or 0x0FDD9B) is known color: Caribbean Green. HEX triplet: 0F, DD and 9B. RGB value is (15,221,155). Sum of RGB (Red+Green+Blue) = 15+221+155=391 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.84% from 391); Green value is 221 (86.72% from 255 or 56.52% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDD9B is #F02264. Grayscale: #979797. Windows color (decimal): -15737445 or 10214671. OLE color: 10214671.
HSL color Cylindrical-coordinate representation of color #0FDD9B: hue angle of 160.78º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDD9B is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 221 | 155 | - |
| CMYK | 0.93 | 0 | 0.30 | 0.13 |
| HSL | 160.78º | 0.87% | 0.46% | - |
| HSV(B) | 160.78º | 0.93% | 0.87% | - |
| XYZ | 31.97 | 54.18 | 39.78 | - |
| YUV | 151.88 | 129.75 | 30.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 221 | 155 | 0.93 | 0 | 0.30 | 0.13 | 160.78 | 0.87 | 0.46 |
| Hex | F | DD | 9B | 5D | 0 | 1E | D | A1 | 57 | 2E |
| Octal | 17 | 335 | 233 | 135 | 0 | 36 | 15 | 241 | 127 | 56 |
| Binary | 1111 | 11011101 | 10011011 | 1011101 | 0 | 11110 | 1101 | 10100001 | 1010111 | 101110 |
Color Harmonies of #0FDD9B
Complementary color
Monochromatic Colors of #0FDD9B
Black with #0FDD9B
Text Example
Text Example
White with #0FDD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDD9B; }
p { color: rgb(15,221,155); }
H1.HeaderClassName
{
color: #0FDD9B;
}
.AnyTagClassName
{
color: #0FDD9B;
}
</style>
background-color css
<style>
a { background-color: #0FDD9B; }
a { background-color: rgb(15,221,155); }
div.DivClassName
{
background-color: #0FDD9B;
}
.BgClassName
{
background-color: #0FDD9B;
}
</style>
border-color css
<style>
span { border-color: #0FDD9B; }
span { border-color: rgb(15,221,155); }
td.TdClassName
{
border-color: #0FDD9B;
}
.TagClassName
{
border-color: #0FDD9B;
}
</style>