Html Css Color HEX #74B4BE Glacier

📋 copy color: '#74B4BE'

red 116 ◦ green 180 ◦ blue 190

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

Shades of Glacier #74B4BE

Tints of Glacier #74B4BE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.04%

 BLUE value IS 190 (74.61% from 255) = 39.09%

R = 23.87%
G = 37.04%
B = 39.09%

CMYK

 C value IS 0.39

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#74B4BE (or 0x74B4BE) is known color: Glacier. HEX triplet: 74, B4 and BE. RGB value is (116,180,190). Sum of RGB (Red+Green+Blue) = 116+180+190=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #74B4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B4BE is #8B4B41. Grayscale: #A1A1A1. Windows color (decimal): -9128770 or 12498036. OLE color: 12498036.

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

Color convert

RGB 116 180 190 -
CMYK 0.39 0.05 0 0.25
HSL 188.11º 0.36% 0.6% -
HSV(B) 188.11º 0.39% 0.75% -
XYZ 32.82 40.07 54.72 -
YUV 162 143.8 95.19 -
System Red Green Blue C M Y K H S L
Decimal 116 180 190 0.39 0.05 0 0.25 188.11 0.36 0.6
Hex 74 B4 BE 27 5 0 19 BC 24 3C
Octal 164 264 276 47 5 0 31 274 44 74
Binary 1110100 10110100 10111110 100111 101 0 11001 10111100 100100 111100

Color Harmonies of #74B4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B4BE

Black with #74B4BE

Text Example


Text Example

White with #74B4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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