#74B4BF

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

Shades of Glacier #74B4BF

Tints of Glacier #74B4BF

Color information

#74B4BF (or 0x74B4BF) is unknown color: approx Glacier. HEX triplet: 74, B4 and BF. RGB value is (116,180,191). Sum of RGB (Red+Green+Blue) = 116+180+191=487 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.82% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #74B4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B4BF is #8B4B40. Grayscale: #A2A2A2. Windows color (decimal): -9128769 or 12563572. OLE color: 12563572.

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

Color convert

RGB116180191-
CMYK0.390.0600.25
HSL188.8º36.95%60.2%-
HSV(B)188.8º39.27%74.9%-
XYZ32.9340.1255.3-
YUV162.12144.395.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.82%
GREEN value IS 180 (70.70% from 255) = 36.96%
BLUE value IS 191 (75% from 255) = 39.22%
R=23.82%
G=36.96%
B=39.22%

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
Decimal1161801910.390.0600.25188.836.9560.2
Hex74B4BF276019bd253c
Octal1642642774760312754574
Binary1110100101101001011111110011111001100110111101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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