Shades of Seagull #61C4D0
Tints of Seagull #61C4D0
RGB
CMYK
RGB Variations
Color information
#61C4D0 (or 0x61C4D0) is known color: Seagull. HEX triplet: 61, C4 and D0. RGB value is (97,196,208). Sum of RGB (Red+Green+Blue) = 97+196+208=501 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.36% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #61C4D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C4D0 is #9E3B2F. Grayscale: #A7A7A7. Windows color (decimal): -10369840 or 13681761. OLE color: 13681761.
HSL color Cylindrical-coordinate representation of color #61C4D0: hue angle of 186.49º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61C4D0 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 196 | 208 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.18 |
| HSL | 186.49º | 0.54% | 0.6% | - |
| HSV(B) | 186.49º | 0.53% | 0.82% | - |
| XYZ | 36.05 | 46.58 | 66.76 | - |
| YUV | 167.77 | 150.7 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 196 | 208 | 0.53 | 0.06 | 0 | 0.18 | 186.49 | 0.54 | 0.6 |
| Hex | 61 | C4 | D0 | 35 | 6 | 0 | 12 | BA | 36 | 3C |
| Octal | 141 | 304 | 320 | 65 | 6 | 0 | 22 | 272 | 66 | 74 |
| Binary | 1100001 | 11000100 | 11010000 | 110101 | 110 | 0 | 10010 | 10111010 | 110110 | 111100 |
Color Harmonies of #61C4D0
Complementary color
Monochromatic Colors of #61C4D0
Black with #61C4D0
Text Example
Text Example
White with #61C4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C4D0; }
p { color: rgb(97,196,208); }
H1.HeaderClassName
{
color: #61C4D0;
}
.AnyTagClassName
{
color: #61C4D0;
}
</style>
background-color css
<style>
a { background-color: #61C4D0; }
a { background-color: rgb(97,196,208); }
div.DivClassName
{
background-color: #61C4D0;
}
.BgClassName
{
background-color: #61C4D0;
}
</style>
border-color css
<style>
span { border-color: #61C4D0; }
span { border-color: rgb(97,196,208); }
td.TdClassName
{
border-color: #61C4D0;
}
.TagClassName
{
border-color: #61C4D0;
}
</style>