Html Css Color HEX #82DAB6 Bermuda

📋 copy color: '#82DAB6'

red 130 ◦ green 218 ◦ blue 182

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

Shades of Bermuda #82DAB6

Tints of Bermuda #82DAB6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.13%

 BLUE value IS 182 (71.48% from 255) = 34.34%

R = 24.53%
G = 41.13%
B = 34.34%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#82DAB6 (or 0x82DAB6) is known color: Bermuda. HEX triplet: 82, DA and B6. RGB value is (130,218,182). Sum of RGB (Red+Green+Blue) = 130+218+182=530 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.53% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #82DAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DAB6 is #7D2549. Grayscale: #BBBBBB. Windows color (decimal): -8201546 or 11983490. OLE color: 11983490.

HSL color Cylindrical-coordinate representation of color #82DAB6: hue angle of 155.45º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82DAB6 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 218 182 -
CMYK 0.40 0 0.17 0.15
HSL 155.45º 0.54% 0.68% -
HSV(B) 155.45º 0.4% 0.85% -
XYZ 42.72 58.27 53.25 -
YUV 187.58 124.85 86.93 -
System Red Green Blue C M Y K H S L
Decimal 130 218 182 0.40 0 0.17 0.15 155.45 0.54 0.68
Hex 82 DA B6 28 0 11 F 9B 36 44
Octal 202 332 266 50 0 21 17 233 66 104
Binary 10000010 11011010 10110110 101000 0 10001 1111 10011011 110110 1000100

Color Harmonies of #82DAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DAB6

Black with #82DAB6

Text Example


Text Example

White with #82DAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,218,182); }

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

background-color css

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

 a { background-color: rgb(130,218,182); }

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

border-color css

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

 span { border-color: rgb(130,218,182); }

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