Html Css Color HEX #74AAC4 Glacier

📋 copy color: '#74AAC4'

red 116 ◦ green 170 ◦ blue 196

#74AAC4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #74AAC4

Tints of Glacier #74AAC4

RGB

 RED value IS 116 (45.7% from 255) = 24.07%

 GREEN value IS 170 (66.8% from 255) = 35.27%

 BLUE value IS 196 (76.95% from 255) = 40.66%

R = 24.07%
G = 35.27%
B = 40.66%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#74AAC4 (or 0x74AAC4) is known color: Glacier. HEX triplet: 74, AA and C4. RGB value is (116,170,196). Sum of RGB (Red+Green+Blue) = 116+170+196=482 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.07% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 196 - color contains mainly: blue. Hex color #74AAC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AAC4 is #8B553B. Grayscale: #9C9C9C. Windows color (decimal): -9131324 or 12888692. OLE color: 12888692.

HSL color Cylindrical-coordinate representation of color #74AAC4: hue angle of 199.5º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74AAC4 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 116 170 196 -
CMYK 0.41 0.13 0 0.23
HSL 199.5º 0.4% 0.61% -
HSV(B) 199.5º 0.41% 0.77% -
XYZ 31.54 36.45 57.6 -
YUV 156.82 150.11 98.89 -
System Red Green Blue C M Y K H S L
Decimal 116 170 196 0.41 0.13 0 0.23 199.5 0.4 0.61
Hex 74 AA C4 29 D 0 17 C8 28 3D
Octal 164 252 304 51 15 0 27 310 50 75
Binary 1110100 10101010 11000100 101001 1101 0 10111 11001000 101000 111101

Color Harmonies of #74AAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AAC4

Black with #74AAC4

Text Example


Text Example

White with #74AAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,170,196); }

 H1.HeaderClassName
 {
   color: #74AAC4;
 }
 .AnyTagClassName
 {
   color: #74AAC4;
 }
</style>

background-color css

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

 a { background-color: rgb(116,170,196); }

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

border-color css

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

 span { border-color: rgb(116,170,196); }

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