#84BEBE

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

Shades of Glacier #84BEBE

Tints of Glacier #84BEBE

Color information

#84BEBE (or 0x84BEBE) is unknown color: approx Glacier. HEX triplet: 84, BE and BE. RGB value is (132,190,190). Sum of RGB (Red+Green+Blue) = 132+190+190=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #84BEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BEBE is #7B4141. Grayscale: #ACACAC. Windows color (decimal): -8077634 or 12500612. OLE color: 12500612.

HSL color Cylindrical-coordinate representation of color #84BEBE: hue angle of 180º degrees, saturation: 0.31, 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 #84BEBE is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132190190-
CMYK0.31000.25
HSL180º30.85%63.14%-
HSV(B)180º30.53%74.51%-
XYZ37.2245.4555.53-
YUV172.66137.7899-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.78%
GREEN value IS 190 (74.61% from 255) = 37.11%
BLUE value IS 190 (74.61% from 255) = 37.11%
R=25.78%
G=37.11%
B=37.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321901900.31000.2518030.8563.14
Hex84BEBE1F0019b41f3f
Octal2042762763700312643777
Binary1000010010111110101111101111100110011011010011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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