#75BABF

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

Shades of Glacier #75BABF

Tints of Glacier #75BABF

Color information

#75BABF (or 0x75BABF) is unknown color: approx Glacier. HEX triplet: 75, BA and BF. RGB value is (117,186,191). Sum of RGB (Red+Green+Blue) = 117+186+191=494 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.68% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #75BABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BABF is #8A4540. Grayscale: #A5A5A5. Windows color (decimal): -9061697 or 12565109. OLE color: 12565109.

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

Color convert

RGB117186191-
CMYK0.390.0300.25
HSL184.05º36.63%60.39%-
HSV(B)184.05º38.74%74.9%-
XYZ34.342.6655.72-
YUV165.94142.1493.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.68%
GREEN value IS 186 (73.05% from 255) = 37.65%
BLUE value IS 191 (75% from 255) = 38.66%
R=23.68%
G=37.65%
B=38.66%

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
Decimal1171861910.390.0300.25184.0536.6360.39
Hex75BABF273019b8253c
Octal1652722774730312704574
Binary111010110111010101111111001111101100110111000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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