#64C4CA

Color #64C4CA Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #64C4CA

Tints of Seagull #64C4CA

Color information

#64C4CA (or 0x64C4CA) is unknown color: approx 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

RGB100196202-
CMYK0.500.0300.21
HSL183.53º49.04%59.22%-
HSV(B)183.53º50.5%79.22%-
XYZ35.6646.4562.96-
YUV167.98147.279.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 20.08%
GREEN value IS 196 (76.95% from 255) = 39.36%
BLUE value IS 202 (79.30% from 255) = 40.56%
R=20.08%
G=39.36%
B=40.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001962020.500.0300.21183.5349.0459.22
Hex64C4CA323015b8313b
Octal1443043126230252706173
Binary110010011000100110010101100101101010110111000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>