Html Css Color HEX #82DCBE Bermuda

📋 copy color: '#82DCBE'

red 130 ◦ green 220 ◦ blue 190

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

Shades of Bermuda #82DCBE

Tints of Bermuda #82DCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.19%

R = 24.07%
G = 40.74%
B = 35.19%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#82DCBE (or 0x82DCBE) is known color: Bermuda. HEX triplet: 82, DC and BE. RGB value is (130,220,190). Sum of RGB (Red+Green+Blue) = 130+220+190=540 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.07% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #82DCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DCBE is #7D2341. Grayscale: #BDBDBD. Windows color (decimal): -8201026 or 12508290. OLE color: 12508290.

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

Color convert

RGB 130 220 190 -
CMYK 0.41 0 0.14 0.14
HSL 160º 0.56% 0.69% -
HSV(B) 160º 0.41% 0.86% -
XYZ 44.09 59.65 57.9 -
YUV 189.67 128.18 85.44 -
System Red Green Blue C M Y K H S L
Decimal 130 220 190 0.41 0 0.14 0.14 160 0.56 0.69
Hex 82 DC BE 29 0 E E A0 38 45
Octal 202 334 276 51 0 16 16 240 70 105
Binary 10000010 11011100 10111110 101001 0 1110 1110 10100000 111000 1000101

Color Harmonies of #82DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DCBE

Black with #82DCBE

Text Example


Text Example

White with #82DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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