#75BEBF

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

Shades of Glacier #75BEBF

Tints of Glacier #75BEBF

Color information

#75BEBF (or 0x75BEBF) is unknown color: approx Glacier. HEX triplet: 75, BE and BF. RGB value is (117,190,191). Sum of RGB (Red+Green+Blue) = 117+190+191=498 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.49% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #75BEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BEBF is #8A4140. Grayscale: #A8A8A8. Windows color (decimal): -9060673 or 12566133. OLE color: 12566133.

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

Color convert

RGB117190191-
CMYK0.390.0100.25
HSL180.81º36.63%60.39%-
HSV(B)180.81º38.74%74.9%-
XYZ35.1544.3756-
YUV168.29140.8291.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.49%
GREEN value IS 190 (74.61% from 255) = 38.15%
BLUE value IS 191 (75% from 255) = 38.35%
R=23.49%
G=38.15%
B=38.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171901910.390.0100.25180.8136.6360.39
Hex75BEBF271019b5253c
Octal1652762774710312654574
Binary11101011011111010111111100111101100110110101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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