Shades of Seagull #64C4CA
Tints of Seagull #64C4CA
RGB
CMYK
RGB Variations
Color information
#64C4CA (or 0x64C4CA) is known color: Seagull. HEX triplet: 64, C4 and CA. RGB value is (100,196,202). Sum of RGB (Red+Green+Blue) = 100+196+202=498 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.08% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #64C4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C4CA is #9B3B35. Grayscale: #A7A7A7. Windows color (decimal): -10173238 or 13288548. OLE color: 13288548.
HSL color Cylindrical-coordinate representation of color #64C4CA: hue angle of 183.53º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64C4CA is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 196 | 202 | - |
| CMYK | 0.50 | 0.03 | 0 | 0.21 |
| HSL | 183.53º | 0.49% | 0.59% | - |
| HSV(B) | 183.53º | 0.5% | 0.79% | - |
| XYZ | 35.66 | 46.45 | 62.96 | - |
| YUV | 167.98 | 147.2 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 196 | 202 | 0.50 | 0.03 | 0 | 0.21 | 183.53 | 0.49 | 0.59 |
| Hex | 64 | C4 | CA | 32 | 3 | 0 | 15 | B8 | 31 | 3B |
| Octal | 144 | 304 | 312 | 62 | 3 | 0 | 25 | 270 | 61 | 73 |
| Binary | 1100100 | 11000100 | 11001010 | 110010 | 11 | 0 | 10101 | 10111000 | 110001 | 111011 |
Color Harmonies of #64C4CA
Complementary color
Monochromatic Colors of #64C4CA
Black with #64C4CA
Text Example
Text Example
White with #64C4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C4CA; }
p { color: rgb(100,196,202); }
H1.HeaderClassName
{
color: #64C4CA;
}
.AnyTagClassName
{
color: #64C4CA;
}
</style>
background-color css
<style>
a { background-color: #64C4CA; }
a { background-color: rgb(100,196,202); }
div.DivClassName
{
background-color: #64C4CA;
}
.BgClassName
{
background-color: #64C4CA;
}
</style>
border-color css
<style>
span { border-color: #64C4CA; }
span { border-color: rgb(100,196,202); }
td.TdClassName
{
border-color: #64C4CA;
}
.TagClassName
{
border-color: #64C4CA;
}
</style>