#84BDBF

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

Shades of Glacier #84BDBF

Tints of Glacier #84BDBF

Color information

#84BDBF (or 0x84BDBF) is unknown color: approx Glacier. HEX triplet: 84, BD and BF. RGB value is (132,189,191). Sum of RGB (Red+Green+Blue) = 132+189+191=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #84BDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BDBF is #7B4240. Grayscale: #ACACAC. Windows color (decimal): -8077889 or 12565892. OLE color: 12565892.

HSL color Cylindrical-coordinate representation of color #84BDBF: hue angle of 182.03º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84BDBF is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132189191-
CMYK0.310.0100.25
HSL182.03º31.55%63.33%-
HSV(B)182.03º30.89%74.9%-
XYZ37.1245.0656.03-
YUV172.18138.6299.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.78%
GREEN value IS 189 (74.22% from 255) = 36.91%
BLUE value IS 191 (75% from 255) = 37.30%
R=25.78%
G=36.91%
B=37.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321891910.310.0100.25182.0331.5563.33
Hex84BDBF1F1019b6203f
Octal2042752773710312664077
Binary10000100101111011011111111111101100110110110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84BDBF; }

 p { color: rgb(132,189,191); }

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

<style>
 a { background-color: #84BDBF; }

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

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

<style>
 span { border-color: #84BDBF; }

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

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