#74B3BF

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

Shades of Glacier #74B3BF

Tints of Glacier #74B3BF

Color information

#74B3BF (or 0x74B3BF) is unknown color: approx Glacier. HEX triplet: 74, B3 and BF. RGB value is (116,179,191). Sum of RGB (Red+Green+Blue) = 116+179+191=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: blue. Hex color #74B3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B3BF is #8B4C40. Grayscale: #A1A1A1. Windows color (decimal): -9129025 or 12563316. OLE color: 12563316.

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

Color convert

RGB116179191-
CMYK0.390.0600.25
HSL189.6º36.95%60.2%-
HSV(B)189.6º39.27%74.9%-
XYZ32.7339.7155.23-
YUV161.53144.6395.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.87%
GREEN value IS 179 (70.31% from 255) = 36.83%
BLUE value IS 191 (75% from 255) = 39.30%
R=23.87%
G=36.83%
B=39.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161791910.390.0600.25189.636.9560.2
Hex74B3BF276019be253c
Octal1642632774760312764574
Binary1110100101100111011111110011111001100110111110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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