#7AAACA

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

Shades of Seagull #7AAACA

Tints of Seagull #7AAACA

Color information

#7AAACA (or 0x7AAACA) is unknown color: approx Seagull. HEX triplet: 7A, AA and CA. RGB value is (122,170,202). Sum of RGB (Red+Green+Blue) = 122+170+202=494 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.70% from 494); Green value is 170 (66.80% from 255 or 34.41% 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 #7AAACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAACA is #855535. Grayscale: #9F9F9F. Windows color (decimal): -8738102 or 13281914. OLE color: 13281914.

HSL color Cylindrical-coordinate representation of color #7AAACA: hue angle of 204º 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 #7AAACA is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB122170202-
CMYK0.400.1600.21
HSL204º43.01%63.53%-
HSV(B)204º39.6%79.22%-
XYZ33.0637.1561.31-
YUV159.3152.1101.4-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.70%
GREEN value IS 170 (66.80% from 255) = 34.41%
BLUE value IS 202 (79.30% from 255) = 40.89%
R=24.70%
G=34.41%
B=40.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1221702020.400.1600.2120443.0163.53
Hex7AAACA2810015cc2b40
Octal172252312502002531453100
Binary1111010101010101100101010100010000010101110011001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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