Shades of Seagull #62C5CF
Tints of Seagull #62C5CF
RGB
CMYK
RGB Variations
Color information
#62C5CF (or 0x62C5CF) is known color: Seagull. HEX triplet: 62, C5 and CF. RGB value is (98,197,207). Sum of RGB (Red+Green+Blue) = 98+197+207=502 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.52% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #62C5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C5CF is #9D3A30. Grayscale: #A8A8A8. Windows color (decimal): -10304049 or 13616482. OLE color: 13616482.
HSL color Cylindrical-coordinate representation of color #62C5CF: hue angle of 185.5º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62C5CF is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 197 | 207 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.19 |
| HSL | 185.5º | 0.53% | 0.6% | - |
| HSV(B) | 185.5º | 0.53% | 0.81% | - |
| XYZ | 36.27 | 47.03 | 66.2 | - |
| YUV | 168.54 | 149.7 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 197 | 207 | 0.53 | 0.05 | 0 | 0.19 | 185.5 | 0.53 | 0.6 |
| Hex | 62 | C5 | CF | 35 | 5 | 0 | 13 | BA | 35 | 3C |
| Octal | 142 | 305 | 317 | 65 | 5 | 0 | 23 | 272 | 65 | 74 |
| Binary | 1100010 | 11000101 | 11001111 | 110101 | 101 | 0 | 10011 | 10111010 | 110101 | 111100 |
Color Harmonies of #62C5CF
Complementary color
Monochromatic Colors of #62C5CF
Black with #62C5CF
Text Example
Text Example
White with #62C5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C5CF; }
p { color: rgb(98,197,207); }
H1.HeaderClassName
{
color: #62C5CF;
}
.AnyTagClassName
{
color: #62C5CF;
}
</style>
background-color css
<style>
a { background-color: #62C5CF; }
a { background-color: rgb(98,197,207); }
div.DivClassName
{
background-color: #62C5CF;
}
.BgClassName
{
background-color: #62C5CF;
}
</style>
border-color css
<style>
span { border-color: #62C5CF; }
span { border-color: rgb(98,197,207); }
td.TdClassName
{
border-color: #62C5CF;
}
.TagClassName
{
border-color: #62C5CF;
}
</style>