#75BDBE

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

Shades of Glacier #75BDBE

Tints of Glacier #75BDBE

Color information

#75BDBE (or 0x75BDBE) is unknown color: approx Glacier. HEX triplet: 75, BD and BE. RGB value is (117,189,190). Sum of RGB (Red+Green+Blue) = 117+189+190=496 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.59% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #75BDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BDBE is #8A4241. Grayscale: #A7A7A7. Windows color (decimal): -9060930 or 12500341. OLE color: 12500341.

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

Color convert

RGB117189190-
CMYK0.380.0100.25
HSL180.82º35.96%60.2%-
HSV(B)180.82º38.42%74.51%-
XYZ34.8343.8955.35-
YUV167.59140.6591.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.59%
GREEN value IS 189 (74.22% from 255) = 38.10%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=23.59%
G=38.10%
B=38.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171891900.380.0100.25180.8235.9660.2
Hex75BDBE261019b5243c
Octal1652752764610312654474
Binary11101011011110110111110100110101100110110101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,189,190); }

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

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

 a { background-color: rgb(117,189,190); }

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

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

 span { border-color: rgb(117,189,190); }

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