#74B5BA

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

Shades of Glacier #74B5BA

Tints of Glacier #74B5BA

Color information

#74B5BA (or 0x74B5BA) is unknown color: approx Glacier. HEX triplet: 74, B5 and BA. RGB value is (116,181,186). Sum of RGB (Red+Green+Blue) = 116+181+186=483 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.02% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #74B5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B5BA is #8B4A45. Grayscale: #A2A2A2. Windows color (decimal): -9128518 or 12236148. OLE color: 12236148.

HSL color Cylindrical-coordinate representation of color #74B5BA: hue angle of 184.29º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74B5BA is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB116181186-
CMYK0.380.0300.27
HSL184.29º33.65%59.22%-
HSV(B)184.29º37.63%72.94%-
XYZ32.5940.3152.52-
YUV162.14141.4795.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.02%
GREEN value IS 181 (71.09% from 255) = 37.47%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=24.02%
G=37.47%
B=38.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161811860.380.0300.27184.2933.6559.22
Hex74B5BA26301Bb8223b
Octal1642652724630332704273
Binary111010010110101101110101001101101101110111000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,181,186); }

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

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

 a { background-color: rgb(116,181,186); }

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

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

 span { border-color: rgb(116,181,186); }

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