#79AECA

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

Shades of Seagull #79AECA

Tints of Seagull #79AECA

Color information

#79AECA (or 0x79AECA) is unknown color: approx Seagull. HEX triplet: 79, AE and CA. RGB value is (121,174,202). Sum of RGB (Red+Green+Blue) = 121+174+202=497 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.35% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #79AECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AECA is #865135. Grayscale: #A1A1A1. Windows color (decimal): -8802614 or 13282937. OLE color: 13282937.

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

Color convert

RGB121174202-
CMYK0.400.1400.21
HSL200.74º43.32%63.33%-
HSV(B)200.74º40.1%79.22%-
XYZ33.6838.661.55-
YUV161.34150.9499.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.35%
GREEN value IS 174 (68.36% from 255) = 35.01%
BLUE value IS 202 (79.30% from 255) = 40.64%
R=24.35%
G=35.01%
B=40.64%

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
Decimal1211742020.400.1400.21200.7443.3263.33
Hex79AECA28E015c92b3f
Octal17125631250160253115377
Binary11110011010111011001010101000111001010111001001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79AECA; }

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

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

<style>
 a { background-color: #79AECA; }

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

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

<style>
 span { border-color: #79AECA; }

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

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