#75B6C0

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

Shades of Glacier #75B6C0

Tints of Glacier #75B6C0

Color information

#75B6C0 (or 0x75B6C0) is unknown color: approx Glacier. HEX triplet: 75, B6 and C0. RGB value is (117,182,192). Sum of RGB (Red+Green+Blue) = 117+182+192=491 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.83% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 192 - color contains mainly: blue. Hex color #75B6C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B6C0 is #8A493F. Grayscale: #A3A3A3. Windows color (decimal): -9062720 or 12629621. OLE color: 12629621.

HSL color Cylindrical-coordinate representation of color #75B6C0: hue angle of 188º 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 #75B6C0 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB117182192-
CMYK0.390.0500.25
HSL188º37.31%60.59%-
HSV(B)188º39.06%75.29%-
XYZ33.5841.0456.02-
YUV163.7143.9794.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.83%
GREEN value IS 182 (71.48% from 255) = 37.07%
BLUE value IS 192 (75.39% from 255) = 39.10%
R=23.83%
G=37.07%
B=39.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171821920.390.0500.2518837.3160.59
Hex75B6C0275019bc253d
Octal1652663004750312744575
Binary1110101101101101100000010011110101100110111100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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