Html Css Color HEX #82EDDB Aquamarine

📋 copy color: '#82EDDB'

red 130 ◦ green 237 ◦ blue 219

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

Shades of Aquamarine #82EDDB

Tints of Aquamarine #82EDDB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.44%

 BLUE value IS 219 (85.94% from 255) = 37.37%

R = 22.18%
G = 40.44%
B = 37.37%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#82EDDB (or 0x82EDDB) is known color: Aquamarine. HEX triplet: 82, ED and DB. RGB value is (130,237,219). Sum of RGB (Red+Green+Blue) = 130+237+219=586 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.18% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #82EDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EDDB is #7D1224. Grayscale: #CACACA. Windows color (decimal): -8196645 or 14413186. OLE color: 14413186.

HSL color Cylindrical-coordinate representation of color #82EDDB: hue angle of 169.91º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82EDDB is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 237 219 -
CMYK 0.45 0 0.08 0.07
HSL 169.91º 0.75% 0.72% -
HSV(B) 169.91º 0.45% 0.93% -
XYZ 52.28 70.43 77.86 -
YUV 202.96 137.05 75.96 -
System Red Green Blue C M Y K H S L
Decimal 130 237 219 0.45 0 0.08 0.07 169.91 0.75 0.72
Hex 82 ED DB 2D 0 8 7 AA 4B 48
Octal 202 355 333 55 0 10 7 252 113 110
Binary 10000010 11101101 11011011 101101 0 1000 111 10101010 1001011 1001000

Color Harmonies of #82EDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EDDB

Black with #82EDDB

Text Example


Text Example

White with #82EDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,237,219); }

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

background-color css

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

 a { background-color: rgb(130,237,219); }

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

border-color css

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

 span { border-color: rgb(130,237,219); }

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