Html Css Color HEX #82DEB9 Bermuda

📋 copy color: '#82DEB9'

red 130 ◦ green 222 ◦ blue 185

#82DEB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bermuda #82DEB9

Tints of Bermuda #82DEB9

RGB

 RED value IS 130 (51.17% from 255) = 24.21%

 GREEN value IS 222 (87.11% from 255) = 41.34%

 BLUE value IS 185 (72.66% from 255) = 34.45%

R = 24.21%
G = 41.34%
B = 34.45%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#82DEB9 (or 0x82DEB9) is known color: Bermuda. HEX triplet: 82, DE and B9. RGB value is (130,222,185). Sum of RGB (Red+Green+Blue) = 130+222+185=537 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.21% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 185 (72.66% from 255 or 34.45% from 537); Max value from RGB is 222 - color contains mainly: green. Hex color #82DEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DEB9 is #7D2146. Grayscale: #BEBEBE. Windows color (decimal): -8200519 or 12181122. OLE color: 12181122.

HSL color Cylindrical-coordinate representation of color #82DEB9: hue angle of 155.87º 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 #82DEB9 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 222 185 -
CMYK 0.41 0 0.17 0.13
HSL 155.87º 0.58% 0.69% -
HSV(B) 155.87º 0.41% 0.87% -
XYZ 44.08 60.49 55.25 -
YUV 190.27 125.02 85.01 -
System Red Green Blue C M Y K H S L
Decimal 130 222 185 0.41 0 0.17 0.13 155.87 0.58 0.69
Hex 82 DE B9 29 0 11 D 9C 3A 45
Octal 202 336 271 51 0 21 15 234 72 105
Binary 10000010 11011110 10111001 101001 0 10001 1101 10011100 111010 1000101

Color Harmonies of #82DEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DEB9

Black with #82DEB9

Text Example


Text Example

White with #82DEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82DEB9;
 }
 .AnyTagClassName
 {
   color: #82DEB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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