Html Css Color HEX #82DAB4 Bermuda

📋 copy color: '#82DAB4'

red 130 ◦ green 218 ◦ blue 180

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

Shades of Bermuda #82DAB4

Tints of Bermuda #82DAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.09%

R = 24.62%
G = 41.29%
B = 34.09%

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

#82DAB4 (or 0x82DAB4) is known color: Bermuda. HEX triplet: 82, DA and B4. RGB value is (130,218,180). Sum of RGB (Red+Green+Blue) = 130+218+180=528 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.62% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #82DAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DAB4 is #7D254B. Grayscale: #BBBBBB. Windows color (decimal): -8201548 or 11852418. OLE color: 11852418.

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

Color convert

RGB 130 218 180 -
CMYK 0.40 0 0.17 0.15
HSL 154.09º 0.54% 0.68% -
HSV(B) 154.09º 0.4% 0.85% -
XYZ 42.52 58.18 52.17 -
YUV 187.36 123.85 87.09 -
System Red Green Blue C M Y K H S L
Decimal 130 218 180 0.40 0 0.17 0.15 154.09 0.54 0.68
Hex 82 DA B4 28 0 11 F 9A 36 44
Octal 202 332 264 50 0 21 17 232 66 104
Binary 10000010 11011010 10110100 101000 0 10001 1111 10011010 110110 1000100

Color Harmonies of #82DAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DAB4

Black with #82DAB4

Text Example


Text Example

White with #82DAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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