Html Css Color HEX #74B9C0 Glacier

📋 copy color: '#74B9C0'

red 116 ◦ green 185 ◦ blue 192

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

Shades of Glacier #74B9C0

Tints of Glacier #74B9C0

RGB

 RED value IS 116 (45.7% 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 value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#74B9C0 (or 0x74B9C0) is known color: 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

RGB 116 185 192 -
CMYK 0.40 0.04 0 0.25
HSL 185.53º 0.38% 0.6% -
HSV(B) 185.53º 0.4% 0.75% -
XYZ 34.07 42.22 56.22 -
YUV 165.17 143.14 92.93 -
System Red Green Blue C M Y K H S L
Decimal 116 185 192 0.40 0.04 0 0.25 185.53 0.38 0.6
Hex 74 B9 C0 28 4 0 19 BA 26 3C
Octal 164 271 300 50 4 0 31 272 46 74
Binary 1110100 10111001 11000000 101000 100 0 11001 10111010 100110 111100

Color Harmonies of #74B9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B9C0

Black with #74B9C0

Text Example


Text Example

White with #74B9C0

Text Example


Text Example

HTML Codes & Css Web 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>