#71BEBE

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

Shades of Glacier #71BEBE

Tints of Glacier #71BEBE

Color information

#71BEBE (or 0x71BEBE) is unknown color: approx Glacier. HEX triplet: 71, BE and BE. RGB value is (113,190,190). Sum of RGB (Red+Green+Blue) = 113+190+190=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #71BEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BEBE is #8E4141. Grayscale: #A6A6A6. Windows color (decimal): -9322818 or 12500593. OLE color: 12500593.

HSL color Cylindrical-coordinate representation of color #71BEBE: hue angle of 180º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71BEBE is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB113190190-
CMYK0.41000.25
HSL180º37.2%59.41%-
HSV(B)180º40.53%74.51%-
XYZ34.5244.0655.4-
YUV166.98140.9989.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.92%
GREEN value IS 190 (74.61% from 255) = 38.54%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=22.92%
G=38.54%
B=38.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131901900.41000.2518037.259.41
Hex71BEBE290019b4253b
Octal1612762765100312644573
Binary11100011011111010111110101001001100110110100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,190,190); }

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

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

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

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

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

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

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