#74B1BF

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

Shades of Glacier #74B1BF

Tints of Glacier #74B1BF

Color information

#74B1BF (or 0x74B1BF) is unknown color: approx Glacier. HEX triplet: 74, B1 and BF. RGB value is (116,177,191). Sum of RGB (Red+Green+Blue) = 116+177+191=484 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.97% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #74B1BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74B1BF is #8B4E40. Grayscale: #A0A0A0. Windows color (decimal): -9129537 or 12562804. OLE color: 12562804.

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

Color convert

RGB116177191-
CMYK0.390.0700.25
HSL191.2º36.95%60.2%-
HSV(B)191.2º39.27%74.9%-
XYZ32.3338.9255.1-
YUV160.36145.2996.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.97%
GREEN value IS 177 (69.53% from 255) = 36.57%
BLUE value IS 191 (75% from 255) = 39.46%
R=23.97%
G=36.57%
B=39.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161771910.390.0700.25191.236.9560.2
Hex74B1BF277019bf253c
Octal1642612774770312774574
Binary1110100101100011011111110011111101100110111111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74B1BF; }

 p { color: rgb(116,177,191); }

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

<style>
 a { background-color: #74B1BF; }

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

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

<style>
 span { border-color: #74B1BF; }

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

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