Html Css Color HEX #82FDC6 Aquamarine

📋 copy color: '#82FDC6'

red 130 ◦ green 253 ◦ blue 198

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

Shades of Aquamarine #82FDC6

Tints of Aquamarine #82FDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.08%

R = 22.38%
G = 43.55%
B = 34.08%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#82FDC6 (or 0x82FDC6) is known color: Aquamarine. HEX triplet: 82, FD and C6. RGB value is (130,253,198). Sum of RGB (Red+Green+Blue) = 130+253+198=581 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.38% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 198 (77.73% from 255 or 34.08% from 581); Max value from RGB is 253 - color contains mainly: green. Hex color #82FDC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FDC6 is #7D0239. Grayscale: #D2D2D2. Windows color (decimal): -8192570 or 13041026. OLE color: 13041026.

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

Color convert

RGB 130 253 198 -
CMYK 0.49 0 0.22 0.01
HSL 153.17º 0.97% 0.75% -
HSV(B) 153.17º 0.49% 0.99% -
XYZ 54.52 79.07 65.82 -
YUV 209.95 121.25 70.97 -
System Red Green Blue C M Y K H S L
Decimal 130 253 198 0.49 0 0.22 0.01 153.17 0.97 0.75
Hex 82 FD C6 31 0 16 1 99 61 4B
Octal 202 375 306 61 0 26 1 231 141 113
Binary 10000010 11111101 11000110 110001 0 10110 1 10011001 1100001 1001011

Color Harmonies of #82FDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FDC6

Black with #82FDC6

Text Example


Text Example

White with #82FDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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