Shades of Seagull #64C2CC
Tints of Seagull #64C2CC
RGB
CMYK
RGB Variations
Color information
#64C2CC (or 0x64C2CC) is known color: Seagull. HEX triplet: 64, C2 and CC. RGB value is (100,194,204). Sum of RGB (Red+Green+Blue) = 100+194+204=498 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.08% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #64C2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C2CC is #9B3D33. Grayscale: #A6A6A6. Windows color (decimal): -10173748 or 13419108. OLE color: 13419108.
HSL color Cylindrical-coordinate representation of color #64C2CC: hue angle of 185.77º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64C2CC is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 194 | 204 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.2 |
| HSL | 185.77º | 0.5% | 0.6% | - |
| HSV(B) | 185.77º | 0.51% | 0.8% | - |
| XYZ | 35.45 | 45.65 | 64.07 | - |
| YUV | 167.03 | 148.86 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 194 | 204 | 0.51 | 0.05 | 0 | 0.2 | 185.77 | 0.5 | 0.6 |
| Hex | 64 | C2 | CC | 33 | 5 | 0 | 14 | BA | 32 | 3C |
| Octal | 144 | 302 | 314 | 63 | 5 | 0 | 24 | 272 | 62 | 74 |
| Binary | 1100100 | 11000010 | 11001100 | 110011 | 101 | 0 | 10100 | 10111010 | 110010 | 111100 |
Color Harmonies of #64C2CC
Complementary color
Monochromatic Colors of #64C2CC
Black with #64C2CC
Text Example
Text Example
White with #64C2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C2CC; }
p { color: rgb(100,194,204); }
H1.HeaderClassName
{
color: #64C2CC;
}
.AnyTagClassName
{
color: #64C2CC;
}
</style>
background-color css
<style>
a { background-color: #64C2CC; }
a { background-color: rgb(100,194,204); }
div.DivClassName
{
background-color: #64C2CC;
}
.BgClassName
{
background-color: #64C2CC;
}
</style>
border-color css
<style>
span { border-color: #64C2CC; }
span { border-color: rgb(100,194,204); }
td.TdClassName
{
border-color: #64C2CC;
}
.TagClassName
{
border-color: #64C2CC;
}
</style>