#71B6BA

Color #71B6BA Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #71B6BA

Tints of Glacier #71B6BA

Color information

#71B6BA (or 0x71B6BA) is unknown color: approx Glacier. HEX triplet: 71, B6 and BA. RGB value is (113,182,186). Sum of RGB (Red+Green+Blue) = 113+182+186=481 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.49% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #71B6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B6BA is #8E4945. Grayscale: #A1A1A1. Windows color (decimal): -9324870 or 12236401. OLE color: 12236401.

HSL color Cylindrical-coordinate representation of color #71B6BA: hue angle of 183.29º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71B6BA is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB113182186-
CMYK0.390.0200.27
HSL183.29º34.6%58.63%-
HSV(B)183.29º39.25%72.94%-
XYZ32.440.5152.57-
YUV161.82141.6493.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.49%
GREEN value IS 182 (71.48% from 255) = 37.84%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=23.49%
G=37.84%
B=38.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131821860.390.0200.27183.2934.658.63
Hex71B6BA27201Bb7233b
Octal1612662724720332674373
Binary111000110110110101110101001111001101110110111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71B6BA;
 }
 .AnyTagClassName
 {
   color: #71B6BA;
 }
</style>
background-color css

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

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

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

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

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

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