Html Css Color HEX #82FAC6 Aquamarine

📋 copy color: '#82FAC6'

red 130 ◦ green 250 ◦ blue 198

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

Shades of Aquamarine #82FAC6

Tints of Aquamarine #82FAC6

RGB

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

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

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

R = 22.49%
G = 43.25%
B = 34.26%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#82FAC6 (or 0x82FAC6) is known color: Aquamarine. HEX triplet: 82, FA and C6. RGB value is (130,250,198). Sum of RGB (Red+Green+Blue) = 130+250+198=578 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.49% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #82FAC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FAC6 is #7D0539. Grayscale: #D0D0D0. Windows color (decimal): -8193338 or 13040258. OLE color: 13040258.

HSL color Cylindrical-coordinate representation of color #82FAC6: hue angle of 154º 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 #82FAC6 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 250 198 -
CMYK 0.48 0 0.21 0.02
HSL 154º 0.92% 0.75% -
HSV(B) 154º 0.48% 0.98% -
XYZ 53.58 77.19 65.5 -
YUV 208.19 122.24 72.23 -
System Red Green Blue C M Y K H S L
Decimal 130 250 198 0.48 0 0.21 0.02 154 0.92 0.75
Hex 82 FA C6 30 0 15 2 9A 5C 4B
Octal 202 372 306 60 0 25 2 232 134 113
Binary 10000010 11111010 11000110 110000 0 10101 10 10011010 1011100 1001011

Color Harmonies of #82FAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FAC6

Black with #82FAC6

Text Example


Text Example

White with #82FAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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