#82D8B5

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

Shades of Bermuda #82D8B5

Tints of Bermuda #82D8B5

Color information

#82D8B5 (or 0x82D8B5) is unknown color: approx Bermuda. HEX triplet: 82, D8 and B5. RGB value is (130,216,181). Sum of RGB (Red+Green+Blue) = 130+216+181=527 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.67% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #82D8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D8B5 is #7D274A. Grayscale: #BABABA. Windows color (decimal): -8202059 or 11917442. OLE color: 11917442.

HSL color Cylindrical-coordinate representation of color #82D8B5: hue angle of 155.58º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82D8B5 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB130216181-
CMYK0.4000.160.15
HSL155.58º52.44%67.84%-
HSV(B)155.58º39.81%84.71%-
XYZ42.157.1952.54-
YUV186.3125.0187.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.67%
GREEN value IS 216 (84.77% from 255) = 40.99%
BLUE value IS 181 (71.09% from 255) = 34.35%
R=24.67%
G=40.99%
B=34.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1302161810.4000.160.15155.5852.4467.84
Hex82D8B528010F9c3444
Octal202330265500201723464104
Binary1000001011011000101101011010000100001111100111001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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