Html Css Color HEX #84BDBD Glacier

📋 copy color: '#84BDBD'

red 132 ◦ green 189 ◦ blue 189

#84BDBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #84BDBD

Tints of Glacier #84BDBD

RGB

 RED value IS 132 (51.95% from 255) = 25.88%

 GREEN value IS 189 (74.22% from 255) = 37.06%

 BLUE value IS 189 (74.22% from 255) = 37.06%

R = 25.88%
G = 37.06%
B = 37.06%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#84BDBD (or 0x84BDBD) is known color: Glacier. HEX triplet: 84, BD and BD. RGB value is (132,189,189). Sum of RGB (Red+Green+Blue) = 132+189+189=510 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.88% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #84BDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BDBD is #7B4242. Grayscale: #ABABAB. Windows color (decimal): -8077891 or 12434820. OLE color: 12434820.

HSL color Cylindrical-coordinate representation of color #84BDBD: hue angle of 180º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84BDBD is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 189 189 -
CMYK 0.30 0 0 0.26
HSL 180º 0.3% 0.63% -
HSV(B) 180º 0.3% 0.74% -
XYZ 36.9 44.97 54.88 -
YUV 171.96 137.62 99.5 -
System Red Green Blue C M Y K H S L
Decimal 132 189 189 0.30 0 0 0.26 180 0.3 0.63
Hex 84 BD BD 1E 0 0 1A B4 1E 3F
Octal 204 275 275 36 0 0 32 264 36 77
Binary 10000100 10111101 10111101 11110 0 0 11010 10110100 11110 111111

Color Harmonies of #84BDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BDBD

Black with #84BDBD

Text Example


Text Example

White with #84BDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84BDBD;
 }
 .AnyTagClassName
 {
   color: #84BDBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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