Shades of Caribbean Green #0FCDA2
Tints of Caribbean Green #0FCDA2
RGB
CMYK
RGB Variations
Color information
#0FCDA2 (or 0x0FCDA2) is known color: Caribbean Green. HEX triplet: 0F, CD and A2. RGB value is (15,205,162). Sum of RGB (Red+Green+Blue) = 15+205+162=382 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.93% from 382); Green value is 205 (80.47% from 255 or 53.66% from 382); Blue value is 162 (63.67% from 255 or 42.41% from 382); Max value from RGB is 205 - color contains mainly: green. Hex color #0FCDA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCDA2 is #F0325D. Grayscale: #8F8F8F. Windows color (decimal): -15741534 or 10669327. OLE color: 10669327.
HSL color Cylindrical-coordinate representation of color #0FCDA2: hue angle of 166.42º 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 #0FCDA2 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 205 | 162 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.20 |
| HSL | 166.42º | 0.86% | 0.43% | - |
| HSV(B) | 166.42º | 0.93% | 0.8% | - |
| XYZ | 28.55 | 46.37 | 41.63 | - |
| YUV | 143.29 | 138.55 | 36.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 205 | 162 | 0.93 | 0 | 0.21 | 0.20 | 166.42 | 0.86 | 0.43 |
| Hex | F | CD | A2 | 5D | 0 | 15 | 14 | A6 | 56 | 2B |
| Octal | 17 | 315 | 242 | 135 | 0 | 25 | 24 | 246 | 126 | 53 |
| Binary | 1111 | 11001101 | 10100010 | 1011101 | 0 | 10101 | 10100 | 10100110 | 1010110 | 101011 |
Color Harmonies of #0FCDA2
Complementary color
Monochromatic Colors of #0FCDA2
Black with #0FCDA2
Text Example
Text Example
White with #0FCDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCDA2; }
p { color: rgb(15,205,162); }
H1.HeaderClassName
{
color: #0FCDA2;
}
.AnyTagClassName
{
color: #0FCDA2;
}
</style>
background-color css
<style>
a { background-color: #0FCDA2; }
a { background-color: rgb(15,205,162); }
div.DivClassName
{
background-color: #0FCDA2;
}
.BgClassName
{
background-color: #0FCDA2;
}
</style>
border-color css
<style>
span { border-color: #0FCDA2; }
span { border-color: rgb(15,205,162); }
td.TdClassName
{
border-color: #0FCDA2;
}
.TagClassName
{
border-color: #0FCDA2;
}
</style>