Shades of Seagull #71C5CB
Tints of Seagull #71C5CB
RGB
CMYK
RGB Variations
Color information
#71C5CB (or 0x71C5CB) is known color: Seagull. HEX triplet: 71, C5 and CB. RGB value is (113,197,203). Sum of RGB (Red+Green+Blue) = 113+197+203=513 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.03% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #71C5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C5CB is #8E3A34. Grayscale: #ACACAC. Windows color (decimal): -9321013 or 13354353. OLE color: 13354353.
HSL color Cylindrical-coordinate representation of color #71C5CB: hue angle of 184º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71C5CB is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 197 | 203 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.20 |
| HSL | 184º | 0.46% | 0.62% | - |
| HSV(B) | 184º | 0.44% | 0.8% | - |
| XYZ | 37.56 | 47.76 | 63.74 | - |
| YUV | 172.57 | 145.17 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 197 | 203 | 0.44 | 0.03 | 0 | 0.20 | 184 | 0.46 | 0.62 |
| Hex | 71 | C5 | CB | 2C | 3 | 0 | 14 | B8 | 2E | 3E |
| Octal | 161 | 305 | 313 | 54 | 3 | 0 | 24 | 270 | 56 | 76 |
| Binary | 1110001 | 11000101 | 11001011 | 101100 | 11 | 0 | 10100 | 10111000 | 101110 | 111110 |
Color Harmonies of #71C5CB
Complementary color
Monochromatic Colors of #71C5CB
Black with #71C5CB
Text Example
Text Example
White with #71C5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C5CB; }
p { color: rgb(113,197,203); }
H1.HeaderClassName
{
color: #71C5CB;
}
.AnyTagClassName
{
color: #71C5CB;
}
</style>
background-color css
<style>
a { background-color: #71C5CB; }
a { background-color: rgb(113,197,203); }
div.DivClassName
{
background-color: #71C5CB;
}
.BgClassName
{
background-color: #71C5CB;
}
</style>
border-color css
<style>
span { border-color: #71C5CB; }
span { border-color: rgb(113,197,203); }
td.TdClassName
{
border-color: #71C5CB;
}
.TagClassName
{
border-color: #71C5CB;
}
</style>