Html Css Color HEX #82FAC0 Aquamarine

📋 copy color: '#82FAC0'

red 130 ◦ green 250 ◦ blue 192

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

Shades of Aquamarine #82FAC0

Tints of Aquamarine #82FAC0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.71%

 BLUE value IS 192 (75.39% from 255) = 33.57%

R = 22.73%
G = 43.71%
B = 33.57%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#82FAC0 (or 0x82FAC0) is known color: Aquamarine. HEX triplet: 82, FA and C0. RGB value is (130,250,192). Sum of RGB (Red+Green+Blue) = 130+250+192=572 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.73% from 572); Green value is 250 (98.05% from 255 or 43.71% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 250 - color contains mainly: green. Hex color #82FAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FAC0 is #7D053F. Grayscale: #CFCFCF. Windows color (decimal): -8193344 or 12647042. OLE color: 12647042.

HSL color Cylindrical-coordinate representation of color #82FAC0: hue angle of 151º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82FAC0 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 250 192 -
CMYK 0.48 0 0.23 0.02
HSL 151º 0.92% 0.75% -
HSV(B) 151º 0.48% 0.98% -
XYZ 52.91 76.92 61.93 -
YUV 207.51 119.24 72.72 -
System Red Green Blue C M Y K H S L
Decimal 130 250 192 0.48 0 0.23 0.02 151 0.92 0.75
Hex 82 FA C0 30 0 17 2 97 5C 4B
Octal 202 372 300 60 0 27 2 227 134 113
Binary 10000010 11111010 11000000 110000 0 10111 10 10010111 1011100 1001011

Color Harmonies of #82FAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FAC0

Black with #82FAC0

Text Example


Text Example

White with #82FAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,250,192); }

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

background-color css

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

 a { background-color: rgb(130,250,192); }

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

border-color css

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

 span { border-color: rgb(130,250,192); }

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