#75aebc

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

Shades of Glacier #75AEBC

Tints of Glacier #75AEBC

Color information

#75AEBC (or 0x75AEBC) is unknown color: approx Glacier. HEX triplet: 75, AE and BC. RGB value is (117,174,188). Sum of RGB (Red+Green+Blue) = 117+174+188=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #75AEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AEBC is #8A5143. Grayscale: #9E9E9E. Windows color (decimal): -9064772 or 12365429. OLE color: 12365429.

HSL color Cylindrical-coordinate representation of color #75AEBC: hue angle of 191.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75AEBC is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB117174188-
CMYK0.380.0700.26
HSL191.83º34.63%59.8%-
HSV(B)191.83º37.77%73.73%-
XYZ31.5537.6853.19-
YUV158.55144.6298.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.43%
GREEN value IS 174 (68.36% from 255) = 36.33%
BLUE value IS 188 (73.83% from 255) = 39.25%
R=24.43%
G=36.33%
B=39.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171741880.380.0700.26191.8334.6359.8
Hex75AEBC26701Ac0233c
Octal1652562744670323004374
Binary1110101101011101011110010011011101101011000000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75aebc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,174,188); }

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

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

 a { background-color: rgb(117,174,188); }

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

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

 span { border-color: rgb(117,174,188); }

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