Shades of Seagull #62C1CF
Tints of Seagull #62C1CF
RGB
CMYK
RGB Variations
Color information
#62C1CF (or 0x62C1CF) is known color: Seagull. HEX triplet: 62, C1 and CF. RGB value is (98,193,207). Sum of RGB (Red+Green+Blue) = 98+193+207=498 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.68% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #62C1CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C1CF is #9D3E30. Grayscale: #A6A6A6. Windows color (decimal): -10305073 or 13615458. OLE color: 13615458.
HSL color Cylindrical-coordinate representation of color #62C1CF: hue angle of 187.71º 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 #62C1CF is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 193 | 207 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.19 |
| HSL | 187.71º | 0.53% | 0.6% | - |
| HSV(B) | 187.71º | 0.53% | 0.81% | - |
| XYZ | 35.37 | 45.24 | 65.9 | - |
| YUV | 166.19 | 151.03 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 193 | 207 | 0.53 | 0.07 | 0 | 0.19 | 187.71 | 0.53 | 0.6 |
| Hex | 62 | C1 | CF | 35 | 7 | 0 | 13 | BC | 35 | 3C |
| Octal | 142 | 301 | 317 | 65 | 7 | 0 | 23 | 274 | 65 | 74 |
| Binary | 1100010 | 11000001 | 11001111 | 110101 | 111 | 0 | 10011 | 10111100 | 110101 | 111100 |
Color Harmonies of #62C1CF
Complementary color
Monochromatic Colors of #62C1CF
Black with #62C1CF
Text Example
Text Example
White with #62C1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C1CF; }
p { color: rgb(98,193,207); }
H1.HeaderClassName
{
color: #62C1CF;
}
.AnyTagClassName
{
color: #62C1CF;
}
</style>
background-color css
<style>
a { background-color: #62C1CF; }
a { background-color: rgb(98,193,207); }
div.DivClassName
{
background-color: #62C1CF;
}
.BgClassName
{
background-color: #62C1CF;
}
</style>
border-color css
<style>
span { border-color: #62C1CF; }
span { border-color: rgb(98,193,207); }
td.TdClassName
{
border-color: #62C1CF;
}
.TagClassName
{
border-color: #62C1CF;
}
</style>