Html Css Color HEX #82D8BA Bermuda

📋 copy color: '#82D8BA'

red 130 ◦ green 216 ◦ blue 186

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

Shades of Bermuda #82D8BA

Tints of Bermuda #82D8BA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.6%

 BLUE value IS 186 (73.05% from 255) = 34.96%

R = 24.44%
G = 40.6%
B = 34.96%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#82D8BA (or 0x82D8BA) is known color: Bermuda. HEX triplet: 82, D8 and BA. RGB value is (130,216,186). Sum of RGB (Red+Green+Blue) = 130+216+186=532 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.44% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 216 - color contains mainly: green. Hex color #82D8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D8BA is #7D2745. Grayscale: #BABABA. Windows color (decimal): -8202054 or 12245122. OLE color: 12245122.

HSL color Cylindrical-coordinate representation of color #82D8BA: hue angle of 159.07º degrees, saturation: 0.52, 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 #82D8BA is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 216 186 -
CMYK 0.40 0 0.14 0.15
HSL 159.07º 0.52% 0.68% -
HSV(B) 159.07º 0.4% 0.85% -
XYZ 42.62 57.4 55.29 -
YUV 186.87 127.51 87.44 -
System Red Green Blue C M Y K H S L
Decimal 130 216 186 0.40 0 0.14 0.15 159.07 0.52 0.68
Hex 82 D8 BA 28 0 E F 9F 34 44
Octal 202 330 272 50 0 16 17 237 64 104
Binary 10000010 11011000 10111010 101000 0 1110 1111 10011111 110100 1000100

Color Harmonies of #82D8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D8BA

Black with #82D8BA

Text Example


Text Example

White with #82D8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,216,186); }

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

background-color css

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

 a { background-color: rgb(130,216,186); }

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

border-color css

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

 span { border-color: rgb(130,216,186); }

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