Html Css Color HEX #82FDE5 Aquamarine

📋 copy color: '#82FDE5'

red 130 ◦ green 253 ◦ blue 229

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

Shades of Aquamarine #82FDE5

Tints of Aquamarine #82FDE5

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.34%

 BLUE value IS 229 (89.84% from 255) = 37.42%

R = 21.24%
G = 41.34%
B = 37.42%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#82FDE5 (or 0x82FDE5) is known color: Aquamarine. HEX triplet: 82, FD and E5. RGB value is (130,253,229). Sum of RGB (Red+Green+Blue) = 130+253+229=612 (81% of max value = 765). Red value is 130 (51.17% from 255 or 21.24% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #82FDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FDE5 is #7D021A. Grayscale: #D5D5D5. Windows color (decimal): -8192539 or 15072642. OLE color: 15072642.

HSL color Cylindrical-coordinate representation of color #82FDE5: hue angle of 168.29º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82FDE5 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 253 229 -
CMYK 0.49 0 0.09 0.01
HSL 168.29º 0.97% 0.75% -
HSV(B) 168.29º 0.49% 0.99% -
XYZ 58.47 80.65 86.61 -
YUV 213.49 136.75 68.45 -
System Red Green Blue C M Y K H S L
Decimal 130 253 229 0.49 0 0.09 0.01 168.29 0.97 0.75
Hex 82 FD E5 31 0 9 1 A8 61 4B
Octal 202 375 345 61 0 11 1 250 141 113
Binary 10000010 11111101 11100101 110001 0 1001 1 10101000 1100001 1001011

Color Harmonies of #82FDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FDE5

Black with #82FDE5

Text Example


Text Example

White with #82FDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,253,229); }

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

background-color css

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

 a { background-color: rgb(130,253,229); }

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

border-color css

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

 span { border-color: rgb(130,253,229); }

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