Shades of Caribbean Green #0FCEB2
Tints of Caribbean Green #0FCEB2
RGB
CMYK
RGB Variations
Color information
#0FCEB2 (or 0x0FCEB2) is known color: Caribbean Green. HEX triplet: 0F, CE and B2. RGB value is (15,206,178). Sum of RGB (Red+Green+Blue) = 15+206+178=399 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.76% from 399); Green value is 206 (80.86% from 255 or 51.63% from 399); Blue value is 178 (69.92% from 255 or 44.61% from 399); Max value from RGB is 206 - color contains mainly: green. Hex color #0FCEB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCEB2 is #F0314D. Grayscale: #919191. Windows color (decimal): -15741262 or 11718159. OLE color: 11718159.
HSL color Cylindrical-coordinate representation of color #0FCEB2: hue angle of 171.2º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCEB2 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 206 | 178 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.19 |
| HSL | 171.2º | 0.86% | 0.43% | - |
| HSV(B) | 171.2º | 0.93% | 0.81% | - |
| XYZ | 30.3 | 47.46 | 49.68 | - |
| YUV | 145.7 | 146.22 | 34.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 206 | 178 | 0.93 | 0 | 0.14 | 0.19 | 171.2 | 0.86 | 0.43 |
| Hex | F | CE | B2 | 5D | 0 | E | 13 | AB | 56 | 2B |
| Octal | 17 | 316 | 262 | 135 | 0 | 16 | 23 | 253 | 126 | 53 |
| Binary | 1111 | 11001110 | 10110010 | 1011101 | 0 | 1110 | 10011 | 10101011 | 1010110 | 101011 |
Color Harmonies of #0FCEB2
Complementary color
Monochromatic Colors of #0FCEB2
Black with #0FCEB2
Text Example
Text Example
White with #0FCEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCEB2; }
p { color: rgb(15,206,178); }
H1.HeaderClassName
{
color: #0FCEB2;
}
.AnyTagClassName
{
color: #0FCEB2;
}
</style>
background-color css
<style>
a { background-color: #0FCEB2; }
a { background-color: rgb(15,206,178); }
div.DivClassName
{
background-color: #0FCEB2;
}
.BgClassName
{
background-color: #0FCEB2;
}
</style>
border-color css
<style>
span { border-color: #0FCEB2; }
span { border-color: rgb(15,206,178); }
td.TdClassName
{
border-color: #0FCEB2;
}
.TagClassName
{
border-color: #0FCEB2;
}
</style>