#82CDBA

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

Shades of Bermuda #82CDBA

Tints of Bermuda #82CDBA

Color information

#82CDBA (or 0x82CDBA) is unknown color: approx Bermuda. HEX triplet: 82, CD and BA. RGB value is (130,205,186). Sum of RGB (Red+Green+Blue) = 130+205+186=521 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.95% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #82CDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CDBA is #7D3245. Grayscale: #B4B4B4. Windows color (decimal): -8204870 or 12242306. OLE color: 12242306.

HSL color Cylindrical-coordinate representation of color #82CDBA: hue angle of 164.8º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CDBA is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB130205186-
CMYK0.3700.090.20
HSL164.8º42.86%65.69%-
HSV(B)164.8º36.59%80.39%-
XYZ39.951.9554.38-
YUV180.41131.1592.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.95%
GREEN value IS 205 (80.47% from 255) = 39.35%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=24.95%
G=39.35%
B=35.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1302051860.3700.090.20164.842.8665.69
Hex82CDBA250914a52b42
Octal202315272450112424553102
Binary1000001011001101101110101001010100110100101001011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,205,186); }

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

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

 a { background-color: rgb(130,205,186); }

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

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

 span { border-color: rgb(130,205,186); }

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