Shades of Seagull #64C0CF
Tints of Seagull #64C0CF
RGB
CMYK
RGB Variations
Color information
#64C0CF (or 0x64C0CF) is known color: Seagull. HEX triplet: 64, C0 and CF. RGB value is (100,192,207). Sum of RGB (Red+Green+Blue) = 100+192+207=499 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20.04% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #64C0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C0CF is #9B3F30. Grayscale: #A6A6A6. Windows color (decimal): -10174257 or 13615204. OLE color: 13615204.
HSL color Cylindrical-coordinate representation of color #64C0CF: hue angle of 188.41º degrees, saturation: 0.53, 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 #64C0CF is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 192 | 207 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.19 |
| HSL | 188.41º | 0.53% | 0.6% | - |
| HSV(B) | 188.41º | 0.52% | 0.81% | - |
| XYZ | 35.37 | 44.91 | 65.84 | - |
| YUV | 166.2 | 151.02 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 192 | 207 | 0.52 | 0.07 | 0 | 0.19 | 188.41 | 0.53 | 0.6 |
| Hex | 64 | C0 | CF | 34 | 7 | 0 | 13 | BC | 35 | 3C |
| Octal | 144 | 300 | 317 | 64 | 7 | 0 | 23 | 274 | 65 | 74 |
| Binary | 1100100 | 11000000 | 11001111 | 110100 | 111 | 0 | 10011 | 10111100 | 110101 | 111100 |
Color Harmonies of #64C0CF
Complementary color
Monochromatic Colors of #64C0CF
Black with #64C0CF
Text Example
Text Example
White with #64C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C0CF; }
p { color: rgb(100,192,207); }
H1.HeaderClassName
{
color: #64C0CF;
}
.AnyTagClassName
{
color: #64C0CF;
}
</style>
background-color css
<style>
a { background-color: #64C0CF; }
a { background-color: rgb(100,192,207); }
div.DivClassName
{
background-color: #64C0CF;
}
.BgClassName
{
background-color: #64C0CF;
}
</style>
border-color css
<style>
span { border-color: #64C0CF; }
span { border-color: rgb(100,192,207); }
td.TdClassName
{
border-color: #64C0CF;
}
.TagClassName
{
border-color: #64C0CF;
}
</style>