#75BAC0

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

Shades of Glacier #75BAC0

Tints of Glacier #75BAC0

Color information

#75BAC0 (or 0x75BAC0) is unknown color: approx Glacier. HEX triplet: 75, BA and C0. RGB value is (117,186,192). Sum of RGB (Red+Green+Blue) = 117+186+192=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 192 - color contains mainly: blue. Hex color #75BAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BAC0 is #8A453F. Grayscale: #A5A5A5. Windows color (decimal): -9061696 or 12630645. OLE color: 12630645.

HSL color Cylindrical-coordinate representation of color #75BAC0: hue angle of 184.8º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75BAC0 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB117186192-
CMYK0.390.0300.25
HSL184.8º37.31%60.59%-
HSV(B)184.8º39.06%75.29%-
XYZ34.4142.7156.3-
YUV166.05142.6493.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.64%
GREEN value IS 186 (73.05% from 255) = 37.58%
BLUE value IS 192 (75.39% from 255) = 38.79%
R=23.64%
G=37.58%
B=38.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171861920.390.0300.25184.837.3160.59
Hex75BAC0273019b9253d
Octal1652723004730312714575
Binary111010110111010110000001001111101100110111001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,186,192); }

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

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

 a { background-color: rgb(117,186,192); }

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

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

 span { border-color: rgb(117,186,192); }

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