Shades of Caribbean Green #0FCD8B
Tints of Caribbean Green #0FCD8B
RGB
CMYK
RGB Variations
Color information
#0FCD8B (or 0x0FCD8B) is known color: Caribbean Green. HEX triplet: 0F, CD and 8B. RGB value is (15,205,139). Sum of RGB (Red+Green+Blue) = 15+205+139=359 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.18% from 359); Green value is 205 (80.47% from 255 or 57.10% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 205 - color contains mainly: green. Hex color #0FCD8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCD8B is #F03274. Grayscale: #8C8C8C. Windows color (decimal): -15741557 or 9161999. OLE color: 9161999.
HSL color Cylindrical-coordinate representation of color #0FCD8B: hue angle of 159.16º 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 #0FCD8B is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 205 | 139 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.20 |
| HSL | 159.16º | 0.86% | 0.43% | - |
| HSV(B) | 159.16º | 0.93% | 0.8% | - |
| XYZ | 26.69 | 45.63 | 31.83 | - |
| YUV | 140.67 | 127.05 | 38.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 205 | 139 | 0.93 | 0 | 0.32 | 0.20 | 159.16 | 0.86 | 0.43 |
| Hex | F | CD | 8B | 5D | 0 | 20 | 14 | 9F | 56 | 2B |
| Octal | 17 | 315 | 213 | 135 | 0 | 40 | 24 | 237 | 126 | 53 |
| Binary | 1111 | 11001101 | 10001011 | 1011101 | 0 | 100000 | 10100 | 10011111 | 1010110 | 101011 |
Color Harmonies of #0FCD8B
Complementary color
Monochromatic Colors of #0FCD8B
Black with #0FCD8B
Text Example
Text Example
White with #0FCD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCD8B; }
p { color: rgb(15,205,139); }
H1.HeaderClassName
{
color: #0FCD8B;
}
.AnyTagClassName
{
color: #0FCD8B;
}
</style>
background-color css
<style>
a { background-color: #0FCD8B; }
a { background-color: rgb(15,205,139); }
div.DivClassName
{
background-color: #0FCD8B;
}
.BgClassName
{
background-color: #0FCD8B;
}
</style>
border-color css
<style>
span { border-color: #0FCD8B; }
span { border-color: rgb(15,205,139); }
td.TdClassName
{
border-color: #0FCD8B;
}
.TagClassName
{
border-color: #0FCD8B;
}
</style>