#74B1BE

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

Shades of Glacier #74B1BE

Tints of Glacier #74B1BE

Color information

#74B1BE (or 0x74B1BE) is unknown color: approx Glacier. HEX triplet: 74, B1 and BE. RGB value is (116,177,190). Sum of RGB (Red+Green+Blue) = 116+177+190=483 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.02% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #74B1BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74B1BE is #8B4E41. Grayscale: #A0A0A0. Windows color (decimal): -9129538 or 12497268. OLE color: 12497268.

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

Color convert

RGB116177190-
CMYK0.390.0700.25
HSL190.54º36.27%60%-
HSV(B)190.54º38.95%74.51%-
XYZ32.2238.8754.52-
YUV160.24144.7996.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.02%
GREEN value IS 177 (69.53% from 255) = 36.65%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=24.02%
G=36.65%
B=39.34%

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
Decimal1161771900.390.0700.25190.5436.2760
Hex74B1BE277019bf243c
Octal1642612764770312774474
Binary1110100101100011011111010011111101100110111111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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