#82D5B5

Color #82D5B5 Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #82D5B5

Tints of Bermuda #82D5B5

Color information

#82D5B5 (or 0x82D5B5) is unknown color: approx Bermuda. HEX triplet: 82, D5 and B5. RGB value is (130,213,181). Sum of RGB (Red+Green+Blue) = 130+213+181=524 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.81% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #82D5B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D5B5 is #7D2A4A. Grayscale: #B8B8B8. Windows color (decimal): -8202827 or 11916674. OLE color: 11916674.

HSL color Cylindrical-coordinate representation of color #82D5B5: hue angle of 156.87º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82D5B5 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB130213181-
CMYK0.3900.150.16
HSL156.87º49.7%67.25%-
HSV(B)156.87º38.97%83.53%-
XYZ41.3455.6752.28-
YUV184.5312689.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.81%
GREEN value IS 213 (83.59% from 255) = 40.65%
BLUE value IS 181 (71.09% from 255) = 34.54%
R=24.81%
G=40.65%
B=34.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1302131810.3900.150.16156.8749.767.25
Hex82D5B5270F109d3243
Octal202325265470172023562103
Binary1000001011010101101101011001110111110000100111011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,213,181); }

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

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

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

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

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

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

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