Html Css Color HEX #82F7E5 Aquamarine

📋 copy color: '#82F7E5'

red 130 ◦ green 247 ◦ blue 229

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

Shades of Aquamarine #82F7E5

Tints of Aquamarine #82F7E5

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.76%

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

R = 21.45%
G = 40.76%
B = 37.79%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#82F7E5 (or 0x82F7E5) is known color: Aquamarine. HEX triplet: 82, F7 and E5. RGB value is (130,247,229). Sum of RGB (Red+Green+Blue) = 130+247+229=606 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.45% from 606); Green value is 247 (96.88% from 255 or 40.76% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 247 - color contains mainly: green. Hex color #82F7E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F7E5 is #7D081A. Grayscale: #D1D1D1. Windows color (decimal): -8194075 or 15071106. OLE color: 15071106.

HSL color Cylindrical-coordinate representation of color #82F7E5: hue angle of 170.77º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82F7E5 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB 130 247 229 -
CMYK 0.47 0 0.07 0.03
HSL 170.77º 0.88% 0.74% -
HSV(B) 170.77º 0.47% 0.97% -
XYZ 56.61 76.92 85.99 -
YUV 209.97 138.74 70.96 -
System Red Green Blue C M Y K H S L
Decimal 130 247 229 0.47 0 0.07 0.03 170.77 0.88 0.74
Hex 82 F7 E5 2F 0 7 3 AB 58 4A
Octal 202 367 345 57 0 7 3 253 130 112
Binary 10000010 11110111 11100101 101111 0 111 11 10101011 1011000 1001010

Color Harmonies of #82F7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F7E5

Black with #82F7E5

Text Example


Text Example

White with #82F7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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