Html Css Color HEX #82EEDA Aquamarine

📋 copy color: '#82EEDA'

red 130 ◦ green 238 ◦ blue 218

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

Shades of Aquamarine #82EEDA

Tints of Aquamarine #82EEDA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.61%

 BLUE value IS 218 (85.55% from 255) = 37.2%

R = 22.18%
G = 40.61%
B = 37.2%

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

#82EEDA (or 0x82EEDA) is known color: Aquamarine. HEX triplet: 82, EE and DA. RGB value is (130,238,218). Sum of RGB (Red+Green+Blue) = 130+238+218=586 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.18% from 586); Green value is 238 (93.36% from 255 or 40.61% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 238 - color contains mainly: green. Hex color #82EEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EEDA is #7D1125. Grayscale: #CBCBCB. Windows color (decimal): -8196390 or 14347906. OLE color: 14347906.

HSL color Cylindrical-coordinate representation of color #82EEDA: hue angle of 168.89º degrees, saturation: 0.76, 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 #82EEDA is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 238 218 -
CMYK 0.45 0 0.08 0.07
HSL 168.89º 0.76% 0.72% -
HSV(B) 168.89º 0.45% 0.93% -
XYZ 52.44 70.96 77.26 -
YUV 203.43 136.22 75.63 -
System Red Green Blue C M Y K H S L
Decimal 130 238 218 0.45 0 0.08 0.07 168.89 0.76 0.72
Hex 82 EE DA 2D 0 8 7 A9 4C 48
Octal 202 356 332 55 0 10 7 251 114 110
Binary 10000010 11101110 11011010 101101 0 1000 111 10101001 1001100 1001000

Color Harmonies of #82EEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EEDA

Black with #82EEDA

Text Example


Text Example

White with #82EEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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