#82D4BB

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

Shades of Bermuda #82D4BB

Tints of Bermuda #82D4BB

Color information

#82D4BB (or 0x82D4BB) is unknown color: approx Bermuda. HEX triplet: 82, D4 and BB. RGB value is (130,212,187). Sum of RGB (Red+Green+Blue) = 130+212+187=529 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.57% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #82D4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D4BB is #7D2B44. Grayscale: #B8B8B8. Windows color (decimal): -8203077 or 12309634. OLE color: 12309634.

HSL color Cylindrical-coordinate representation of color #82D4BB: hue angle of 161.71º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82D4BB is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB130212187-
CMYK0.3900.120.17
HSL161.71º48.81%67.06%-
HSV(B)161.71º38.68%83.14%-
XYZ41.7255.4255.51-
YUV184.63129.3389.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.57%
GREEN value IS 212 (83.20% from 255) = 40.08%
BLUE value IS 187 (73.44% from 255) = 35.35%
R=24.57%
G=40.08%
B=35.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1302121870.3900.120.17161.7148.8167.06
Hex82D4BB270C11a23143
Octal202324273470142124261103
Binary1000001011010100101110111001110110010001101000101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,212,187); }

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

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

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

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

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

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

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