Html Css Color HEX #82FEDF Aquamarine

📋 copy color: '#82FEDF'

red 130 ◦ green 254 ◦ blue 223

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

Shades of Aquamarine #82FEDF

Tints of Aquamarine #82FEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.74%

R = 21.42%
G = 41.85%
B = 36.74%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#82FEDF (or 0x82FEDF) is known color: Aquamarine. HEX triplet: 82, FE and DF. RGB value is (130,254,223). Sum of RGB (Red+Green+Blue) = 130+254+223=607 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.42% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #82FEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FEDF is #7D0120. Grayscale: #D5D5D5. Windows color (decimal): -8192289 or 14679682. OLE color: 14679682.

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

Color convert

RGB 130 254 223 -
CMYK 0.49 0 0.12 0.00
HSL 165º 0.98% 0.75% -
HSV(B) 165º 0.49% 1% -
XYZ 57.97 80.96 82.38 -
YUV 213.39 133.42 68.52 -
System Red Green Blue C M Y K H S L
Decimal 130 254 223 0.49 0 0.12 0.00 165 0.98 0.75
Hex 82 FE DF 31 0 C 0 A5 62 4B
Octal 202 376 337 61 0 14 0 245 142 113
Binary 10000010 11111110 11011111 110001 0 1100 0 10100101 1100010 1001011

Color Harmonies of #82FEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FEDF

Black with #82FEDF

Text Example


Text Example

White with #82FEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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