#71BFBF

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

Shades of Glacier #71BFBF

Tints of Glacier #71BFBF

Color information

#71BFBF (or 0x71BFBF) is unknown color: approx Glacier. HEX triplet: 71, BF and BF. RGB value is (113,191,191). Sum of RGB (Red+Green+Blue) = 113+191+191=495 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.83% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #71BFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BFBF is #8E4040. Grayscale: #A7A7A7. Windows color (decimal): -9322561 or 12566385. OLE color: 12566385.

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

Color convert

RGB113191191-
CMYK0.41000.25
HSL180º37.86%59.61%-
HSV(B)180º40.84%74.9%-
XYZ34.8444.5356.05-
YUV167.68141.1689-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.83%
GREEN value IS 191 (75% from 255) = 38.59%
BLUE value IS 191 (75% from 255) = 38.59%
R=22.83%
G=38.59%
B=38.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131911910.41000.2518037.8659.61
Hex71BFBF290019b4263c
Octal1612772775100312644674
Binary11100011011111110111111101001001100110110100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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