#74b9bf

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

Shades of Glacier #74B9BF

Tints of Glacier #74B9BF

Color information

#74B9BF (or 0x74B9BF) is unknown color: approx Glacier. HEX triplet: 74, B9 and BF. RGB value is (116,185,191). Sum of RGB (Red+Green+Blue) = 116+185+191=492 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.58% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #74B9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B9BF is #8B4640. Grayscale: #A4A4A4. Windows color (decimal): -9127489 or 12564852. OLE color: 12564852.

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

Color convert

RGB116185191-
CMYK0.390.0300.25
HSL184.8º36.95%60.2%-
HSV(B)184.8º39.27%74.9%-
XYZ33.9642.1755.64-
YUV165.05142.6493.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.58%
GREEN value IS 185 (72.66% from 255) = 37.60%
BLUE value IS 191 (75% from 255) = 38.82%
R=23.58%
G=37.60%
B=38.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161851910.390.0300.25184.836.9560.2
Hex74B9BF273019b9253c
Octal1642712774730312714574
Binary111010010111001101111111001111101100110111001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74b9bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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