#75BFBF

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

Shades of Glacier #75BFBF

Tints of Glacier #75BFBF

Color information

#75BFBF (or 0x75BFBF) is unknown color: approx Glacier. HEX triplet: 75, BF and BF. RGB value is (117,191,191). Sum of RGB (Red+Green+Blue) = 117+191+191=499 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.45% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #75BFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BFBF is #8A4040. Grayscale: #A8A8A8. Windows color (decimal): -9060417 or 12566389. OLE color: 12566389.

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

Color convert

RGB117191191-
CMYK0.39000.25
HSL180º36.63%60.39%-
HSV(B)180º38.74%74.9%-
XYZ35.3744.8156.07-
YUV168.87140.4891-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.45%
GREEN value IS 191 (75% from 255) = 38.28%
BLUE value IS 191 (75% from 255) = 38.28%
R=23.45%
G=38.28%
B=38.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171911910.39000.2518036.6360.39
Hex75BFBF270019b4253c
Octal1652772774700312644574
Binary11101011011111110111111100111001100110110100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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