#75BCBF

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

Shades of Glacier #75BCBF

Tints of Glacier #75BCBF

Color information

#75BCBF (or 0x75BCBF) is unknown color: approx Glacier. HEX triplet: 75, BC and BF. RGB value is (117,188,191). Sum of RGB (Red+Green+Blue) = 117+188+191=496 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.59% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #75BCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BCBF is #8A4340. Grayscale: #A7A7A7. Windows color (decimal): -9061185 or 12565621. OLE color: 12565621.

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

Color convert

RGB117188191-
CMYK0.390.0200.25
HSL182.43º36.63%60.39%-
HSV(B)182.43º38.74%74.9%-
XYZ34.7243.5155.86-
YUV167.11141.4892.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.59%
GREEN value IS 188 (73.83% from 255) = 37.90%
BLUE value IS 191 (75% from 255) = 38.51%
R=23.59%
G=37.90%
B=38.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171881910.390.0200.25182.4336.6360.39
Hex75BCBF272019b6253c
Octal1652742774720312664574
Binary111010110111100101111111001111001100110110110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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