Html Css Color HEX #82DCB9 Bermuda

📋 copy color: '#82DCB9'

red 130 ◦ green 220 ◦ blue 185

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

Shades of Bermuda #82DCB9

Tints of Bermuda #82DCB9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.12%

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

R = 24.3%
G = 41.12%
B = 34.58%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#82DCB9 (or 0x82DCB9) is known color: Bermuda. HEX triplet: 82, DC and B9. RGB value is (130,220,185). Sum of RGB (Red+Green+Blue) = 130+220+185=535 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.30% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 185 (72.66% from 255 or 34.58% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #82DCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DCB9 is #7D2346. Grayscale: #BDBDBD. Windows color (decimal): -8201031 or 12180610. OLE color: 12180610.

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

Color convert

RGB 130 220 185 -
CMYK 0.41 0 0.16 0.14
HSL 156.67º 0.56% 0.69% -
HSV(B) 156.67º 0.41% 0.86% -
XYZ 43.56 59.44 55.08 -
YUV 189.1 125.68 85.85 -
System Red Green Blue C M Y K H S L
Decimal 130 220 185 0.41 0 0.16 0.14 156.67 0.56 0.69
Hex 82 DC B9 29 0 10 E 9D 38 45
Octal 202 334 271 51 0 20 16 235 70 105
Binary 10000010 11011100 10111001 101001 0 10000 1110 10011101 111000 1000101

Color Harmonies of #82DCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DCB9

Black with #82DCB9

Text Example


Text Example

White with #82DCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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