Html Css Color HEX #82FEDE Aquamarine

📋 copy color: '#82FEDE'

red 130 ◦ green 254 ◦ blue 222

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

Shades of Aquamarine #82FEDE

Tints of Aquamarine #82FEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.63%

R = 21.45%
G = 41.91%
B = 36.63%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#82FEDE (or 0x82FEDE) is known color: Aquamarine. HEX triplet: 82, FE and DE. RGB value is (130,254,222). Sum of RGB (Red+Green+Blue) = 130+254+222=606 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.45% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #82FEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FEDE is #7D0121. Grayscale: #D5D5D5. Windows color (decimal): -8192290 or 14614146. OLE color: 14614146.

HSL color Cylindrical-coordinate representation of color #82FEDE: hue angle of 164.52º 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 #82FEDE is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 130 254 222 -
CMYK 0.49 0 0.13 0.00
HSL 164.52º 0.98% 0.75% -
HSV(B) 164.52º 0.49% 1% -
XYZ 57.83 80.9 81.68 -
YUV 213.28 132.92 68.6 -
System Red Green Blue C M Y K H S L
Decimal 130 254 222 0.49 0 0.13 0.00 164.52 0.98 0.75
Hex 82 FE DE 31 0 D 0 A5 62 4B
Octal 202 376 336 61 0 15 0 245 142 113
Binary 10000010 11111110 11011110 110001 0 1101 0 10100101 1100010 1001011

Color Harmonies of #82FEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FEDE

Black with #82FEDE

Text Example


Text Example

White with #82FEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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