#64C4CD

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

Shades of Seagull #64C4CD

Tints of Seagull #64C4CD

Color information

#64C4CD (or 0x64C4CD) is unknown color: approx Seagull. HEX triplet: 64, C4 and CD. RGB value is (100,196,205). Sum of RGB (Red+Green+Blue) = 100+196+205=501 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.96% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #64C4CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C4CD is #9B3B32. Grayscale: #A8A8A8. Windows color (decimal): -10173235 or 13485156. OLE color: 13485156.

HSL color Cylindrical-coordinate representation of color #64C4CD: hue angle of 185.14º degrees, saturation: 0.51, 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 #64C4CD is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB100196205-
CMYK0.510.0400.20
HSL185.14º51.22%59.8%-
HSV(B)185.14º51.22%80.39%-
XYZ36.0146.664.85-
YUV168.32148.779.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.96%
GREEN value IS 196 (76.95% from 255) = 39.12%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=19.96%
G=39.12%
B=40.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001962050.510.0400.20185.1451.2259.8
Hex64C4CD334014b9333c
Octal1443043156340242716374
Binary1100100110001001100110111001110001010010111001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64C4CD; }

 p { color: rgb(100,196,205); }

 H1.HeaderClassName
 {
   color: #64C4CD;
 }
 .AnyTagClassName
 {
   color: #64C4CD;
 }
</style>
background-color css

<style>
 a { background-color: #64C4CD; }

 a { background-color: rgb(100,196,205); }

 div.DivClassName
 {
   background-color: #64C4CD;
 }
 .BgClassName
 {
   background-color: #64C4CD;
 }
</style>
border-color css

<style>
 span { border-color: #64C4CD; }

 span { border-color: rgb(100,196,205); }

 td.TdClassName
 {
   border-color: #64C4CD;
 }
 .TagClassName
 {
   border-color: #64C4CD;
 }
</style>