#75AACA

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

Shades of Seagull #75AACA

Tints of Seagull #75AACA

Color information

#75AACA (or 0x75AACA) is unknown color: approx Seagull. HEX triplet: 75, AA and CA. RGB value is (117,170,202). Sum of RGB (Red+Green+Blue) = 117+170+202=489 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.93% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #75AACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AACA is #8A5535. Grayscale: #9D9D9D. Windows color (decimal): -9065782 or 13281909. OLE color: 13281909.

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

Color convert

RGB117170202-
CMYK0.420.1600.21
HSL202.59º44.5%62.55%-
HSV(B)202.59º42.08%79.22%-
XYZ32.3736.861.27-
YUV157.8152.9498.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.93%
GREEN value IS 170 (66.80% from 255) = 34.76%
BLUE value IS 202 (79.30% from 255) = 41.31%
R=23.93%
G=34.76%
B=41.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1171702020.420.1600.21202.5944.562.55
Hex75AACA2A10015cb2d3f
Octal16525231252200253135577
Binary111010110101010110010101010101000001010111001011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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