#72ACD4

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

Shades of Seagull #72ACD4

Tints of Seagull #72ACD4

Color information

#72ACD4 (or 0x72ACD4) is unknown color: approx Seagull. HEX triplet: 72, AC and D4. RGB value is (114,172,212). Sum of RGB (Red+Green+Blue) = 114+172+212=498 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.89% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 212 (83.20% from 255 or 42.57% from 498); Max value from RGB is 212 - color contains mainly: blue. Hex color #72ACD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ACD4 is #8D532B. Grayscale: #9E9E9E. Windows color (decimal): -9261868 or 13937778. OLE color: 13937778.

HSL color Cylindrical-coordinate representation of color #72ACD4: hue angle of 204.49º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72ACD4 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB114172212-
CMYK0.460.1900.17
HSL204.49º53.26%63.92%-
HSV(B)204.49º46.23%83.14%-
XYZ33.5837.8467.82-
YUV159.22157.7895.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.89%
GREEN value IS 172 (67.58% from 255) = 34.54%
BLUE value IS 212 (83.20% from 255) = 42.57%
R=22.89%
G=34.54%
B=42.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1141722120.460.1900.17204.4953.2663.92
Hex72ACD42E13011cc3540
Octal162254324562302131465100
Binary1110010101011001101010010111010011010001110011001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ACD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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