#82D9BE

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

Shades of Bermuda #82D9BE

Tints of Bermuda #82D9BE

Color information

#82D9BE (or 0x82D9BE) is unknown color: approx Bermuda. HEX triplet: 82, D9 and BE. RGB value is (130,217,190). Sum of RGB (Red+Green+Blue) = 130+217+190=537 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.21% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #82D9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D9BE is #7D2641. Grayscale: #BBBBBB. Windows color (decimal): -8201794 or 12507522. OLE color: 12507522.

HSL color Cylindrical-coordinate representation of color #82D9BE: hue angle of 161.38º degrees, saturation: 0.53, 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 #82D9BE is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB130217190-
CMYK0.4000.120.15
HSL161.38º53.37%68.04%-
HSV(B)161.38º40.09%85.1%-
XYZ43.3158.0957.64-
YUV187.91129.1886.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.21%
GREEN value IS 217 (85.16% from 255) = 40.41%
BLUE value IS 190 (74.61% from 255) = 35.38%
R=24.21%
G=40.41%
B=35.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1302171900.4000.120.15161.3853.3768.04
Hex82D9BE280CFa13544
Octal202331276500141724165104
Binary100000101101100110111110101000011001111101000011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,217,190); }

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

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

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

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

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

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

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