#74B9C0

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

Shades of Glacier #74B9C0

Tints of Glacier #74B9C0

Color information

#74B9C0 (or 0x74B9C0) is unknown color: approx Glacier. HEX triplet: 74, B9 and C0. RGB value is (116,185,192). Sum of RGB (Red+Green+Blue) = 116+185+192=493 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.53% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 192 - color contains mainly: blue. Hex color #74B9C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B9C0 is #8B463F. Grayscale: #A5A5A5. Windows color (decimal): -9127488 or 12630388. OLE color: 12630388.

HSL color Cylindrical-coordinate representation of color #74B9C0: hue angle of 185.53º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74B9C0 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB116185192-
CMYK0.400.0400.25
HSL185.53º37.62%60.39%-
HSV(B)185.53º39.58%75.29%-
XYZ34.0742.2256.22-
YUV165.17143.1492.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.53%
GREEN value IS 185 (72.66% from 255) = 37.53%
BLUE value IS 192 (75.39% from 255) = 38.95%
R=23.53%
G=37.53%
B=38.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161851920.400.0400.25185.5337.6260.39
Hex74B9C0284019ba263c
Octal1642713005040312724674
Binary1110100101110011100000010100010001100110111010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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