#76AECA

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

Shades of Seagull #76AECA

Tints of Seagull #76AECA

Color information

#76AECA (or 0x76AECA) is unknown color: approx Seagull. HEX triplet: 76, AE and CA. RGB value is (118,174,202). Sum of RGB (Red+Green+Blue) = 118+174+202=494 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.89% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #76AECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AECA is #895135. Grayscale: #A0A0A0. Windows color (decimal): -8999222 or 13282934. OLE color: 13282934.

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

Color convert

RGB118174202-
CMYK0.420.1400.21
HSL200º44.21%62.75%-
HSV(B)200º41.58%79.22%-
XYZ33.2738.3961.53-
YUV160.45151.4597.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.89%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 202 (79.30% from 255) = 40.89%
R=23.89%
G=35.22%
B=40.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181742020.420.1400.2120044.2162.75
Hex76AECA2AE015c82c3f
Octal16625631252160253105477
Binary11101101010111011001010101010111001010111001000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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