Html Css Color HEX #82DABC Bermuda

📋 copy color: '#82DABC'

red 130 ◦ green 218 ◦ blue 188

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

Shades of Bermuda #82DABC

Tints of Bermuda #82DABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.07%

R = 24.25%
G = 40.67%
B = 35.07%

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

#82DABC (or 0x82DABC) is known color: Bermuda. HEX triplet: 82, DA and BC. RGB value is (130,218,188). Sum of RGB (Red+Green+Blue) = 130+218+188=536 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.25% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #82DABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DABC is #7D2543. Grayscale: #BCBCBC. Windows color (decimal): -8201540 or 12376706. OLE color: 12376706.

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

Color convert

RGB 130 218 188 -
CMYK 0.40 0 0.14 0.15
HSL 159.55º 0.54% 0.68% -
HSV(B) 159.55º 0.4% 0.85% -
XYZ 43.35 58.52 56.59 -
YUV 188.27 127.85 86.44 -
System Red Green Blue C M Y K H S L
Decimal 130 218 188 0.40 0 0.14 0.15 159.55 0.54 0.68
Hex 82 DA BC 28 0 E F A0 36 44
Octal 202 332 274 50 0 16 17 240 66 104
Binary 10000010 11011010 10111100 101000 0 1110 1111 10100000 110110 1000100

Color Harmonies of #82DABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DABC

Black with #82DABC

Text Example


Text Example

White with #82DABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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