#74B1C0

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

Shades of Glacier #74B1C0

Tints of Glacier #74B1C0

Color information

#74B1C0 (or 0x74B1C0) is unknown color: approx Glacier. HEX triplet: 74, B1 and C0. RGB value is (116,177,192). Sum of RGB (Red+Green+Blue) = 116+177+192=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 192 - color contains mainly: blue. Hex color #74B1C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74B1C0 is #8B4E3F. Grayscale: #A0A0A0. Windows color (decimal): -9129536 or 12628340. OLE color: 12628340.

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

Color convert

RGB116177192-
CMYK0.400.0800.25
HSL191.84º37.62%60.39%-
HSV(B)191.84º39.58%75.29%-
XYZ32.4438.9655.68-
YUV160.47145.7996.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.92%
GREEN value IS 177 (69.53% from 255) = 36.49%
BLUE value IS 192 (75.39% from 255) = 39.59%
R=23.92%
G=36.49%
B=39.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161771920.400.0800.25191.8437.6260.39
Hex74B1C0288019c0263c
Octal16426130050100313004674
Binary11101001011000111000000101000100001100111000000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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