Shades of Seagull #62C0CD
Tints of Seagull #62C0CD
RGB
CMYK
RGB Variations
Color information
#62C0CD (or 0x62C0CD) is known color: Seagull. HEX triplet: 62, C0 and CD. RGB value is (98,192,205). Sum of RGB (Red+Green+Blue) = 98+192+205=495 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.80% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #62C0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C0CD is #9D3F32. Grayscale: #A5A5A5. Windows color (decimal): -10305331 or 13484130. OLE color: 13484130.
HSL color Cylindrical-coordinate representation of color #62C0CD: hue angle of 187.29º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62C0CD is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 192 | 205 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.20 |
| HSL | 187.29º | 0.52% | 0.59% | - |
| HSV(B) | 187.29º | 0.52% | 0.8% | - |
| XYZ | 34.91 | 44.7 | 64.55 | - |
| YUV | 165.38 | 150.36 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 192 | 205 | 0.52 | 0.06 | 0 | 0.20 | 187.29 | 0.52 | 0.59 |
| Hex | 62 | C0 | CD | 34 | 6 | 0 | 14 | BB | 34 | 3B |
| Octal | 142 | 300 | 315 | 64 | 6 | 0 | 24 | 273 | 64 | 73 |
| Binary | 1100010 | 11000000 | 11001101 | 110100 | 110 | 0 | 10100 | 10111011 | 110100 | 111011 |
Color Harmonies of #62C0CD
Complementary color
Monochromatic Colors of #62C0CD
Black with #62C0CD
Text Example
Text Example
White with #62C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C0CD; }
p { color: rgb(98,192,205); }
H1.HeaderClassName
{
color: #62C0CD;
}
.AnyTagClassName
{
color: #62C0CD;
}
</style>
background-color css
<style>
a { background-color: #62C0CD; }
a { background-color: rgb(98,192,205); }
div.DivClassName
{
background-color: #62C0CD;
}
.BgClassName
{
background-color: #62C0CD;
}
</style>
border-color css
<style>
span { border-color: #62C0CD; }
span { border-color: rgb(98,192,205); }
td.TdClassName
{
border-color: #62C0CD;
}
.TagClassName
{
border-color: #62C0CD;
}
</style>