#7AAAC8

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

Shades of Seagull #7AAAC8

Tints of Seagull #7AAAC8

Color information

#7AAAC8 (or 0x7AAAC8) is unknown color: approx Seagull. HEX triplet: 7A, AA and C8. RGB value is (122,170,200). Sum of RGB (Red+Green+Blue) = 122+170+200=492 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.80% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 200 - color contains mainly: blue. Hex color #7AAAC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAAC8 is #855537. Grayscale: #9E9E9E. Windows color (decimal): -8738104 or 13150842. OLE color: 13150842.

HSL color Cylindrical-coordinate representation of color #7AAAC8: hue angle of 203.08º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7AAAC8 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB122170200-
CMYK0.390.1500.22
HSL203.08º41.49%63.14%-
HSV(B)203.08º39%78.43%-
XYZ32.8337.0660.07-
YUV159.07151.1101.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.80%
GREEN value IS 170 (66.80% from 255) = 34.55%
BLUE value IS 200 (78.52% from 255) = 40.65%
R=24.80%
G=34.55%
B=40.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1221702000.390.1500.22203.0841.4963.14
Hex7AAAC827F016cb293f
Octal17225231047170263135177
Binary11110101010101011001000100111111101011011001011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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