Html Css Color HEX #71ACB6 Glacier

📋 copy color: '#71ACB6'

red 113 ◦ green 172 ◦ blue 182

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

Shades of Glacier #71ACB6

Tints of Glacier #71ACB6

RGB

 RED value IS 113 (44.53% from 255) = 24.2%

 GREEN value IS 172 (67.58% from 255) = 36.83%

 BLUE value IS 182 (71.48% from 255) = 38.97%

R = 24.2%
G = 36.83%
B = 38.97%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#71ACB6 (or 0x71ACB6) is known color: Glacier. HEX triplet: 71, AC and B6. RGB value is (113,172,182). Sum of RGB (Red+Green+Blue) = 113+172+182=467 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.20% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 182 - color contains mainly: blue. Hex color #71ACB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ACB6 is #8E5349. Grayscale: #9B9B9B. Windows color (decimal): -9327434 or 11971697. OLE color: 11971697.

HSL color Cylindrical-coordinate representation of color #71ACB6: hue angle of 188.7º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71ACB6 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 172 182 -
CMYK 0.38 0.05 0 0.29
HSL 188.7º 0.32% 0.58% -
HSV(B) 188.7º 0.38% 0.71% -
XYZ 30.01 36.39 49.7 -
YUV 155.5 142.95 97.69 -
System Red Green Blue C M Y K H S L
Decimal 113 172 182 0.38 0.05 0 0.29 188.7 0.32 0.58
Hex 71 AC B6 26 5 0 1D BD 20 3A
Octal 161 254 266 46 5 0 35 275 40 72
Binary 1110001 10101100 10110110 100110 101 0 11101 10111101 100000 111010

Color Harmonies of #71ACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ACB6

Black with #71ACB6

Text Example


Text Example

White with #71ACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71ACB6; }

 p { color: rgb(113,172,182); }

 H1.HeaderClassName
 {
   color: #71ACB6;
 }
 .AnyTagClassName
 {
   color: #71ACB6;
 }
</style>

background-color css

<style>
 a { background-color: #71ACB6; }

 a { background-color: rgb(113,172,182); }

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

border-color css

<style>
 span { border-color: #71ACB6; }

 span { border-color: rgb(113,172,182); }

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