Html Css Color HEX #82DAB8 Bermuda

📋 copy color: '#82DAB8'

red 130 ◦ green 218 ◦ blue 184

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

Shades of Bermuda #82DAB8

Tints of Bermuda #82DAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.59%

R = 24.44%
G = 40.98%
B = 34.59%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#82DAB8 (or 0x82DAB8) is known color: Bermuda. HEX triplet: 82, DA and B8. RGB value is (130,218,184). Sum of RGB (Red+Green+Blue) = 130+218+184=532 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.44% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #82DAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DAB8 is #7D2547. Grayscale: #BBBBBB. Windows color (decimal): -8201544 or 12114562. OLE color: 12114562.

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

Color convert

RGB 130 218 184 -
CMYK 0.40 0 0.16 0.15
HSL 156.82º 0.54% 0.68% -
HSV(B) 156.82º 0.4% 0.85% -
XYZ 42.93 58.35 54.35 -
YUV 187.81 125.85 86.76 -
System Red Green Blue C M Y K H S L
Decimal 130 218 184 0.40 0 0.16 0.15 156.82 0.54 0.68
Hex 82 DA B8 28 0 10 F 9D 36 44
Octal 202 332 270 50 0 20 17 235 66 104
Binary 10000010 11011010 10111000 101000 0 10000 1111 10011101 110110 1000100

Color Harmonies of #82DAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DAB8

Black with #82DAB8

Text Example


Text Example

White with #82DAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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