#7AAECA

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

Shades of Seagull #7AAECA

Tints of Seagull #7AAECA

Color information

#7AAECA (or 0x7AAECA) is unknown color: approx Seagull. HEX triplet: 7A, AE and CA. RGB value is (122,174,202). Sum of RGB (Red+Green+Blue) = 122+174+202=498 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.50% from 498); Green value is 174 (68.36% from 255 or 34.94% 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 #7AAECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAECA is #855135. Grayscale: #A1A1A1. Windows color (decimal): -8737078 or 13282938. OLE color: 13282938.

HSL color Cylindrical-coordinate representation of color #7AAECA: hue angle of 201º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AAECA is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB122174202-
CMYK0.400.1400.21
HSL201º43.01%63.53%-
HSV(B)201º39.6%79.22%-
XYZ33.8238.6761.56-
YUV161.64150.7799.72-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.50%
GREEN value IS 174 (68.36% from 255) = 34.94%
BLUE value IS 202 (79.30% from 255) = 40.56%
R=24.50%
G=34.94%
B=40.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1221742020.400.1400.2120143.0163.53
Hex7AAECA28E015c92b40
Octal172256312501602531153100
Binary111101010101110110010101010001110010101110010011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AAECA; }

 p { color: rgb(122,174,202); }

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

<style>
 a { background-color: #7AAECA; }

 a { background-color: rgb(122,174,202); }

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

<style>
 span { border-color: #7AAECA; }

 span { border-color: rgb(122,174,202); }

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