Shades of Seagull #62C0CE
Tints of Seagull #62C0CE
RGB
CMYK
RGB Variations
Color information
#62C0CE (or 0x62C0CE) is known color: Seagull. HEX triplet: 62, C0 and CE. RGB value is (98,192,206). Sum of RGB (Red+Green+Blue) = 98+192+206=496 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.76% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #62C0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C0CE is #9D3F31. Grayscale: #A5A5A5. Windows color (decimal): -10305330 or 13549666. OLE color: 13549666.
HSL color Cylindrical-coordinate representation of color #62C0CE: hue angle of 187.78º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62C0CE is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 192 | 206 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.19 |
| HSL | 187.78º | 0.52% | 0.6% | - |
| HSV(B) | 187.78º | 0.52% | 0.81% | - |
| XYZ | 35.03 | 44.75 | 65.18 | - |
| YUV | 165.49 | 150.86 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 192 | 206 | 0.52 | 0.07 | 0 | 0.19 | 187.78 | 0.52 | 0.6 |
| Hex | 62 | C0 | CE | 34 | 7 | 0 | 13 | BC | 34 | 3C |
| Octal | 142 | 300 | 316 | 64 | 7 | 0 | 23 | 274 | 64 | 74 |
| Binary | 1100010 | 11000000 | 11001110 | 110100 | 111 | 0 | 10011 | 10111100 | 110100 | 111100 |
Color Harmonies of #62C0CE
Complementary color
Monochromatic Colors of #62C0CE
Black with #62C0CE
Text Example
Text Example
White with #62C0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C0CE; }
p { color: rgb(98,192,206); }
H1.HeaderClassName
{
color: #62C0CE;
}
.AnyTagClassName
{
color: #62C0CE;
}
</style>
background-color css
<style>
a { background-color: #62C0CE; }
a { background-color: rgb(98,192,206); }
div.DivClassName
{
background-color: #62C0CE;
}
.BgClassName
{
background-color: #62C0CE;
}
</style>
border-color css
<style>
span { border-color: #62C0CE; }
span { border-color: rgb(98,192,206); }
td.TdClassName
{
border-color: #62C0CE;
}
.TagClassName
{
border-color: #62C0CE;
}
</style>