#75B2BF

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

Shades of Glacier #75B2BF

Tints of Glacier #75B2BF

Color information

#75B2BF (or 0x75B2BF) is unknown color: approx Glacier. HEX triplet: 75, B2 and BF. RGB value is (117,178,191). Sum of RGB (Red+Green+Blue) = 117+178+191=486 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.07% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: blue. Hex color #75B2BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75B2BF is #8A4D40. Grayscale: #A1A1A1. Windows color (decimal): -9063745 or 12563061. OLE color: 12563061.

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

Color convert

RGB117178191-
CMYK0.390.0700.25
HSL190.54º36.63%60.39%-
HSV(B)190.54º38.74%74.9%-
XYZ32.6639.3855.17-
YUV161.24144.7996.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.07%
GREEN value IS 178 (69.92% from 255) = 36.63%
BLUE value IS 191 (75% from 255) = 39.30%
R=24.07%
G=36.63%
B=39.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171781910.390.0700.25190.5436.6360.39
Hex75B2BF277019bf253c
Octal1652622774770312774574
Binary1110101101100101011111110011111101100110111111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,178,191); }

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

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

 a { background-color: rgb(117,178,191); }

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

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

 span { border-color: rgb(117,178,191); }

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