Html Css Color HEX #74AFBF Glacier

📋 copy color: '#74AFBF'

red 116 ◦ green 175 ◦ blue 191

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

Shades of Glacier #74AFBF

Tints of Glacier #74AFBF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.31%

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

R = 24.07%
G = 36.31%
B = 39.63%

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

#74AFBF (or 0x74AFBF) is known color: Glacier. HEX triplet: 74, AF and BF. RGB value is (116,175,191). Sum of RGB (Red+Green+Blue) = 116+175+191=482 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.07% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #74AFBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AFBF is #8B5040. Grayscale: #9F9F9F. Windows color (decimal): -9130049 or 12562292. OLE color: 12562292.

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

Color convert

RGB 116 175 191 -
CMYK 0.39 0.08 0 0.25
HSL 192.8º 0.37% 0.6% -
HSV(B) 192.8º 0.39% 0.75% -
XYZ 31.94 38.13 54.97 -
YUV 159.18 145.95 97.2 -
System Red Green Blue C M Y K H S L
Decimal 116 175 191 0.39 0.08 0 0.25 192.8 0.37 0.6
Hex 74 AF BF 27 8 0 19 C1 25 3C
Octal 164 257 277 47 10 0 31 301 45 74
Binary 1110100 10101111 10111111 100111 1000 0 11001 11000001 100101 111100

Color Harmonies of #74AFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AFBF

Black with #74AFBF

Text Example


Text Example

White with #74AFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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