#82D5BB

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

Shades of Bermuda #82D5BB

Tints of Bermuda #82D5BB

Color information

#82D5BB (or 0x82D5BB) is unknown color: approx Bermuda. HEX triplet: 82, D5 and BB. RGB value is (130,213,187). Sum of RGB (Red+Green+Blue) = 130+213+187=530 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.53% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 213 - color contains mainly: green. Hex color #82D5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D5BB is #7D2A44. Grayscale: #B9B9B9. Windows color (decimal): -8202821 or 12309890. OLE color: 12309890.

HSL color Cylindrical-coordinate representation of color #82D5BB: hue angle of 161.2º 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 #82D5BB is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB130213187-
CMYK0.3900.120.16
HSL161.2º49.7%67.25%-
HSV(B)161.2º38.97%83.53%-
XYZ41.9755.9255.6-
YUV185.2212988.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.53%
GREEN value IS 213 (83.59% from 255) = 40.19%
BLUE value IS 187 (73.44% from 255) = 35.28%
R=24.53%
G=40.19%
B=35.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1302131870.3900.120.16161.249.767.25
Hex82D5BB270C10a13243
Octal202325273470142024162103
Binary1000001011010101101110111001110110010000101000011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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