#75B0BA

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

Shades of Glacier #75B0BA

Tints of Glacier #75B0BA

Color information

#75B0BA (or 0x75B0BA) is unknown color: approx Glacier. HEX triplet: 75, B0 and BA. RGB value is (117,176,186). Sum of RGB (Red+Green+Blue) = 117+176+186=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #75B0BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75B0BA is #8A4F45. Grayscale: #9F9F9F. Windows color (decimal): -9064262 or 12234869. OLE color: 12234869.

HSL color Cylindrical-coordinate representation of color #75B0BA: hue angle of 188.7º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75B0BA is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB117176186-
CMYK0.370.0500.27
HSL188.7º33.33%59.41%-
HSV(B)188.7º37.1%72.94%-
XYZ31.7238.3852.19-
YUV159.5142.9597.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.43%
GREEN value IS 176 (69.14% from 255) = 36.74%
BLUE value IS 186 (73.05% from 255) = 38.83%
R=24.43%
G=36.74%
B=38.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171761860.370.0500.27188.733.3359.41
Hex75B0BA25501Bbd213b
Octal1652602724550332754173
Binary1110101101100001011101010010110101101110111101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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