#64C4CB

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

Shades of Seagull #64C4CB

Tints of Seagull #64C4CB

Color information

#64C4CB (or 0x64C4CB) is unknown color: approx Seagull. HEX triplet: 64, C4 and CB. RGB value is (100,196,203). Sum of RGB (Red+Green+Blue) = 100+196+203=499 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20.04% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #64C4CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C4CB is #9B3B34. Grayscale: #A7A7A7. Windows color (decimal): -10173237 or 13354084. OLE color: 13354084.

HSL color Cylindrical-coordinate representation of color #64C4CB: hue angle of 184.08º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64C4CB is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB100196203-
CMYK0.510.0300.20
HSL184.08º49.76%59.41%-
HSV(B)184.08º50.74%79.61%-
XYZ35.7746.563.59-
YUV168.09147.779.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.04%
GREEN value IS 196 (76.95% from 255) = 39.28%
BLUE value IS 203 (79.69% from 255) = 40.68%
R=20.04%
G=39.28%
B=40.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001962030.510.0300.20184.0849.7659.41
Hex64C4CB333014b8323b
Octal1443043136330242706273
Binary110010011000100110010111100111101010010111000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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