#72ACCA

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

Shades of Seagull #72ACCA

Tints of Seagull #72ACCA

Color information

#72ACCA (or 0x72ACCA) is unknown color: approx Seagull. HEX triplet: 72, AC and CA. RGB value is (114,172,202). Sum of RGB (Red+Green+Blue) = 114+172+202=488 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.36% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #72ACCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ACCA is #8D5335. Grayscale: #9D9D9D. Windows color (decimal): -9261878 or 13282418. OLE color: 13282418.

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

Color convert

RGB114172202-
CMYK0.440.1500.21
HSL200.45º45.36%61.96%-
HSV(B)200.45º43.56%79.22%-
XYZ32.3537.3561.38-
YUV158.08152.7896.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.36%
GREEN value IS 172 (67.58% from 255) = 35.25%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=23.36%
G=35.25%
B=41.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1141722020.440.1500.21200.4545.3661.96
Hex72ACCA2CF015c82d3e
Octal16225431254170253105576
Binary11100101010110011001010101100111101010111001000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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