#72ACCC

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

Shades of Seagull #72ACCC

Tints of Seagull #72ACCC

Color information

#72ACCC (or 0x72ACCC) is unknown color: approx Seagull. HEX triplet: 72, AC and CC. RGB value is (114,172,204). Sum of RGB (Red+Green+Blue) = 114+172+204=490 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.27% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #72ACCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ACCC is #8D5333. Grayscale: #9E9E9E. Windows color (decimal): -9261876 or 13413490. OLE color: 13413490.

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

Color convert

RGB114172204-
CMYK0.440.1600.2
HSL201.33º46.88%62.35%-
HSV(B)201.33º44.12%80%-
XYZ32.5937.4462.64-
YUV158.31153.7896.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.27%
GREEN value IS 172 (67.58% from 255) = 35.10%
BLUE value IS 204 (80.08% from 255) = 41.63%
R=23.27%
G=35.10%
B=41.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1141722040.440.1600.2201.3346.8862.35
Hex72ACCC2C10014c92f3e
Octal16225431454200243115776
Binary111001010101100110011001011001000001010011001001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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