Shades of Robin's Egg Blue #0FCAB5
Tints of Robin's Egg Blue #0FCAB5
RGB
CMYK
RGB Variations
Color information
#0FCAB5 (or 0x0FCAB5) is known color: Robin's Egg Blue. HEX triplet: 0F, CA and B5. RGB value is (15,202,181). Sum of RGB (Red+Green+Blue) = 15+202+181=398 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.77% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 181 (71.09% from 255 or 45.48% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCAB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCAB5 is #F0354A. Grayscale: #8F8F8F. Windows color (decimal): -15742283 or 11913743. OLE color: 11913743.
HSL color Cylindrical-coordinate representation of color #0FCAB5: hue angle of 173.26º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCAB5 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 202 | 181 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.21 |
| HSL | 173.26º | 0.86% | 0.43% | - |
| HSV(B) | 173.26º | 0.93% | 0.79% | - |
| XYZ | 29.66 | 45.68 | 50.97 | - |
| YUV | 143.69 | 149.05 | 36.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 202 | 181 | 0.93 | 0 | 0.10 | 0.21 | 173.26 | 0.86 | 0.43 |
| Hex | F | CA | B5 | 5D | 0 | A | 15 | AD | 56 | 2B |
| Octal | 17 | 312 | 265 | 135 | 0 | 12 | 25 | 255 | 126 | 53 |
| Binary | 1111 | 11001010 | 10110101 | 1011101 | 0 | 1010 | 10101 | 10101101 | 1010110 | 101011 |
Color Harmonies of #0FCAB5
Complementary color
Monochromatic Colors of #0FCAB5
Black with #0FCAB5
Text Example
Text Example
White with #0FCAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCAB5; }
p { color: rgb(15,202,181); }
H1.HeaderClassName
{
color: #0FCAB5;
}
.AnyTagClassName
{
color: #0FCAB5;
}
</style>
background-color css
<style>
a { background-color: #0FCAB5; }
a { background-color: rgb(15,202,181); }
div.DivClassName
{
background-color: #0FCAB5;
}
.BgClassName
{
background-color: #0FCAB5;
}
</style>
border-color css
<style>
span { border-color: #0FCAB5; }
span { border-color: rgb(15,202,181); }
td.TdClassName
{
border-color: #0FCAB5;
}
.TagClassName
{
border-color: #0FCAB5;
}
</style>