Html Css Color HEX #82BDBD Glacier

📋 copy color: '#82BDBD'

red 130 ◦ green 189 ◦ blue 189

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

Shades of Glacier #82BDBD

Tints of Glacier #82BDBD

RGB

 RED value IS 130 (51.17% from 255) = 25.59%

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

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

R = 25.59%
G = 37.2%
B = 37.2%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#82BDBD (or 0x82BDBD) is known color: Glacier. HEX triplet: 82, BD and BD. RGB value is (130,189,189). Sum of RGB (Red+Green+Blue) = 130+189+189=508 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.59% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #82BDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BDBD is #7D4242. Grayscale: #ABABAB. Windows color (decimal): -8208963 or 12434818. OLE color: 12434818.

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

Color convert

RGB 130 189 189 -
CMYK 0.31 0 0 0.26
HSL 180º 0.31% 0.63% -
HSV(B) 180º 0.31% 0.74% -
XYZ 36.59 44.82 54.87 -
YUV 171.36 137.95 98.5 -
System Red Green Blue C M Y K H S L
Decimal 130 189 189 0.31 0 0 0.26 180 0.31 0.63
Hex 82 BD BD 1F 0 0 1A B4 1F 3F
Octal 202 275 275 37 0 0 32 264 37 77
Binary 10000010 10111101 10111101 11111 0 0 11010 10110100 11111 111111

Color Harmonies of #82BDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BDBD

Black with #82BDBD

Text Example


Text Example

White with #82BDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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