#82DEBB

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

Shades of Bermuda #82DEBB

Tints of Bermuda #82DEBB

Color information

#82DEBB (or 0x82DEBB) is unknown color: approx Bermuda. HEX triplet: 82, DE and BB. RGB value is (130,222,187). Sum of RGB (Red+Green+Blue) = 130+222+187=539 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.12% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 222 - color contains mainly: green. Hex color #82DEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DEBB is #7D2144. Grayscale: #BEBEBE. Windows color (decimal): -8200517 or 12312194. OLE color: 12312194.

HSL color Cylindrical-coordinate representation of color #82DEBB: hue angle of 157.17º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DEBB is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB130222187-
CMYK0.4100.160.13
HSL157.17º58.23%69.02%-
HSV(B)157.17º41.44%87.06%-
XYZ44.360.5856.37-
YUV190.5126.0284.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.12%
GREEN value IS 222 (87.11% from 255) = 41.19%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=24.12%
G=41.19%
B=34.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302221870.4100.160.13157.1758.2369.02
Hex82DEBB29010D9d3a45
Octal202336273510201523572105
Binary1000001011011110101110111010010100001101100111011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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