Html Css Color HEX #74B0BF Glacier

📋 copy color: '#74B0BF'

red 116 ◦ green 176 ◦ blue 191

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

Shades of Glacier #74B0BF

Tints of Glacier #74B0BF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.44%

 BLUE value IS 191 (75% from 255) = 39.54%

R = 24.02%
G = 36.44%
B = 39.54%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#74B0BF (or 0x74B0BF) is known color: Glacier. HEX triplet: 74, B0 and BF. RGB value is (116,176,191). Sum of RGB (Red+Green+Blue) = 116+176+191=483 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.02% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #74B0BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74B0BF is #8B4F40. Grayscale: #9F9F9F. Windows color (decimal): -9129793 or 12562548. OLE color: 12562548.

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

Color convert

RGB 116 176 191 -
CMYK 0.39 0.08 0 0.25
HSL 192º 0.37% 0.6% -
HSV(B) 192º 0.39% 0.75% -
XYZ 32.13 38.53 55.03 -
YUV 159.77 145.62 96.78 -
System Red Green Blue C M Y K H S L
Decimal 116 176 191 0.39 0.08 0 0.25 192 0.37 0.6
Hex 74 B0 BF 27 8 0 19 C0 25 3C
Octal 164 260 277 47 10 0 31 300 45 74
Binary 1110100 10110000 10111111 100111 1000 0 11001 11000000 100101 111100

Color Harmonies of #74B0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B0BF

Black with #74B0BF

Text Example


Text Example

White with #74B0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,176,191); }

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

background-color css

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

 a { background-color: rgb(116,176,191); }

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

border-color css

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

 span { border-color: rgb(116,176,191); }

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