#7AACCA

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

Shades of Seagull #7AACCA

Tints of Seagull #7AACCA

Color information

#7AACCA (or 0x7AACCA) is unknown color: approx Seagull. HEX triplet: 7A, AC and CA. RGB value is (122,172,202). Sum of RGB (Red+Green+Blue) = 122+172+202=496 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.60% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #7AACCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AACCA is #855335. Grayscale: #A0A0A0. Windows color (decimal): -8737590 or 13282426. OLE color: 13282426.

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

Color convert

RGB122172202-
CMYK0.400.1500.21
HSL202.5º43.01%63.53%-
HSV(B)202.5º39.6%79.22%-
XYZ33.4437.9161.43-
YUV160.47151.44100.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.60%
GREEN value IS 172 (67.58% from 255) = 34.68%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=24.60%
G=34.68%
B=40.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1221722020.400.1500.21202.543.0163.53
Hex7AACCA28F015ca2b40
Octal172254312501702531253100
Binary111101010101100110010101010001111010101110010101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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