#72AACA

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

Shades of Seagull #72AACA

Tints of Seagull #72AACA

Color information

#72AACA (or 0x72AACA) is unknown color: approx Seagull. HEX triplet: 72, AA and CA. RGB value is (114,170,202). Sum of RGB (Red+Green+Blue) = 114+170+202=486 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.46% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #72AACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AACA is #8D5535. Grayscale: #9C9C9C. Windows color (decimal): -9262390 or 13281906. OLE color: 13281906.

HSL color Cylindrical-coordinate representation of color #72AACA: hue angle of 201.82º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72AACA is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB114170202-
CMYK0.440.1600.21
HSL201.82º45.36%61.96%-
HSV(B)201.82º43.56%79.22%-
XYZ31.9736.5961.25-
YUV156.9153.4597.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.46%
GREEN value IS 170 (66.80% from 255) = 34.98%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=23.46%
G=34.98%
B=41.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1141702020.440.1600.21201.8245.3661.96
Hex72AACA2C10015ca2d3e
Octal16225231254200253125576
Binary111001010101010110010101011001000001010111001010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72AACA; }

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

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

<style>
 a { background-color: #72AACA; }

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

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

<style>
 span { border-color: #72AACA; }

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

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