#64C6CD

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

Shades of Seagull #64C6CD

Tints of Seagull #64C6CD

Color information

#64C6CD (or 0x64C6CD) is unknown color: approx Seagull. HEX triplet: 64, C6 and CD. RGB value is (100,198,205). Sum of RGB (Red+Green+Blue) = 100+198+205=503 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.88% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #64C6CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C6CD is #9B3932. Grayscale: #A9A9A9. Windows color (decimal): -10172723 or 13485668. OLE color: 13485668.

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

Color convert

RGB100198205-
CMYK0.510.0300.20
HSL184º51.22%59.8%-
HSV(B)184º51.22%80.39%-
XYZ36.4747.5165-
YUV169.5148.0378.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.88%
GREEN value IS 198 (77.73% from 255) = 39.36%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=19.88%
G=39.36%
B=40.76%

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
Decimal1001982050.510.0300.2018451.2259.8
Hex64C6CD333014b8333c
Octal1443063156330242706374
Binary110010011000110110011011100111101010010111000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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