Shades of Caribbean Green #0FD2B3
Tints of Caribbean Green #0FD2B3
RGB
CMYK
RGB Variations
Color information
#0FD2B3 (or 0x0FD2B3) is known color: Caribbean Green. HEX triplet: 0F, D2 and B3. RGB value is (15,210,179). Sum of RGB (Red+Green+Blue) = 15+210+179=404 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.71% from 404); Green value is 210 (82.42% from 255 or 51.98% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 210 - color contains mainly: green. Hex color #0FD2B3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD2B3 is #F02D4C. Grayscale: #949494. Windows color (decimal): -15740237 or 11784719. OLE color: 11784719.
HSL color Cylindrical-coordinate representation of color #0FD2B3: hue angle of 170.46º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD2B3 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 15 | 210 | 179 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.18 |
| HSL | 170.46º | 0.87% | 0.44% | - |
| HSV(B) | 170.46º | 0.93% | 0.82% | - |
| XYZ | 31.38 | 49.45 | 50.54 | - |
| YUV | 148.16 | 145.4 | 33.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 210 | 179 | 0.93 | 0 | 0.15 | 0.18 | 170.46 | 0.87 | 0.44 |
| Hex | F | D2 | B3 | 5D | 0 | F | 12 | AA | 57 | 2C |
| Octal | 17 | 322 | 263 | 135 | 0 | 17 | 22 | 252 | 127 | 54 |
| Binary | 1111 | 11010010 | 10110011 | 1011101 | 0 | 1111 | 10010 | 10101010 | 1010111 | 101100 |
Color Harmonies of #0FD2B3
Complementary color
Monochromatic Colors of #0FD2B3
Black with #0FD2B3
Text Example
Text Example
White with #0FD2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD2B3; }
p { color: rgb(15,210,179); }
H1.HeaderClassName
{
color: #0FD2B3;
}
.AnyTagClassName
{
color: #0FD2B3;
}
</style>
background-color css
<style>
a { background-color: #0FD2B3; }
a { background-color: rgb(15,210,179); }
div.DivClassName
{
background-color: #0FD2B3;
}
.BgClassName
{
background-color: #0FD2B3;
}
</style>
border-color css
<style>
span { border-color: #0FD2B3; }
span { border-color: rgb(15,210,179); }
td.TdClassName
{
border-color: #0FD2B3;
}
.TagClassName
{
border-color: #0FD2B3;
}
</style>