Html Css Color HEX #82FED9 Aquamarine

📋 copy color: '#82FED9'

red 130 ◦ green 254 ◦ blue 217

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

Shades of Aquamarine #82FED9

Tints of Aquamarine #82FED9

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.26%

 BLUE value IS 217 (85.16% from 255) = 36.11%

R = 21.63%
G = 42.26%
B = 36.11%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#82FED9 (or 0x82FED9) is known color: Aquamarine. HEX triplet: 82, FE and D9. RGB value is (130,254,217). Sum of RGB (Red+Green+Blue) = 130+254+217=601 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.63% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 217 (85.16% from 255 or 36.11% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #82FED9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FED9 is #7D0126. Grayscale: #D4D4D4. Windows color (decimal): -8192295 or 14286466. OLE color: 14286466.

HSL color Cylindrical-coordinate representation of color #82FED9: hue angle of 162.1º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82FED9 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB 130 254 217 -
CMYK 0.49 0 0.15 0.00
HSL 162.1º 0.98% 0.75% -
HSV(B) 162.1º 0.49% 1% -
XYZ 57.17 80.64 78.2 -
YUV 212.71 130.42 69.01 -
System Red Green Blue C M Y K H S L
Decimal 130 254 217 0.49 0 0.15 0.00 162.1 0.98 0.75
Hex 82 FE D9 31 0 F 0 A2 62 4B
Octal 202 376 331 61 0 17 0 242 142 113
Binary 10000010 11111110 11011001 110001 0 1111 0 10100010 1100010 1001011

Color Harmonies of #82FED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FED9

Black with #82FED9

Text Example


Text Example

White with #82FED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,254,217); }

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

background-color css

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

 a { background-color: rgb(130,254,217); }

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

border-color css

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

 span { border-color: rgb(130,254,217); }

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