#74AEBE

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

Shades of Glacier #74AEBE

Tints of Glacier #74AEBE

Color information

#74AEBE (or 0x74AEBE) is unknown color: approx Glacier. HEX triplet: 74, AE and BE. RGB value is (116,174,190). Sum of RGB (Red+Green+Blue) = 116+174+190=480 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.17% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #74AEBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AEBE is #8B5141. Grayscale: #9E9E9E. Windows color (decimal): -9130306 or 12496500. OLE color: 12496500.

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

Color convert

RGB116174190-
CMYK0.390.0800.25
HSL192.97º36.27%60%-
HSV(B)192.97º38.95%74.51%-
XYZ31.6337.754.33-
YUV158.48145.7897.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.17%
GREEN value IS 174 (68.36% from 255) = 36.25%
BLUE value IS 190 (74.61% from 255) = 39.58%
R=24.17%
G=36.25%
B=39.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161741900.390.0800.25192.9736.2760
Hex74AEBE278019c1243c
Octal16425627647100313014474
Binary11101001010111010111110100111100001100111000001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,174,190); }

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

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

 a { background-color: rgb(116,174,190); }

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

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

 span { border-color: rgb(116,174,190); }

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