#64C3D0

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

Shades of Seagull #64C3D0

Tints of Seagull #64C3D0

Color information

#64C3D0 (or 0x64C3D0) is unknown color: approx Seagull. HEX triplet: 64, C3 and D0. RGB value is (100,195,208). Sum of RGB (Red+Green+Blue) = 100+195+208=503 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.88% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #64C3D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C3D0 is #9B3C2F. Grayscale: #A7A7A7. Windows color (decimal): -10173488 or 13681508. OLE color: 13681508.

HSL color Cylindrical-coordinate representation of color #64C3D0: hue angle of 187.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64C3D0 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB100195208-
CMYK0.520.0600.18
HSL187.22º53.47%60.39%-
HSV(B)187.22º51.92%81.57%-
XYZ36.1646.2966.7-
YUV168.08150.5379.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.88%
GREEN value IS 195 (76.56% from 255) = 38.77%
BLUE value IS 208 (81.64% from 255) = 41.35%
R=19.88%
G=38.77%
B=41.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1001952080.520.0600.18187.2253.4760.39
Hex64C3D0346012bb353c
Octal1443033206460222736574
Binary1100100110000111101000011010011001001010111011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,195,208); }

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

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

 a { background-color: rgb(100,195,208); }

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

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

 span { border-color: rgb(100,195,208); }

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