Html Css Color HEX #82FABA Aquamarine

📋 copy color: '#82FABA'

red 130 ◦ green 250 ◦ blue 186

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

Shades of Aquamarine #82FABA

Tints of Aquamarine #82FABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.86%

R = 22.97%
G = 44.17%
B = 32.86%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#82FABA (or 0x82FABA) is known color: Aquamarine. HEX triplet: 82, FA and BA. RGB value is (130,250,186). Sum of RGB (Red+Green+Blue) = 130+250+186=566 (74% of max value = 765). Red value is 130 (51.17% from 255 or 22.97% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #82FABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FABA is #7D0545. Grayscale: #CECECE. Windows color (decimal): -8193350 or 12253826. OLE color: 12253826.

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

Color convert

RGB 130 250 186 -
CMYK 0.48 0 0.26 0.02
HSL 148º 0.92% 0.75% -
HSV(B) 148º 0.48% 0.98% -
XYZ 52.25 76.66 58.5 -
YUV 206.82 116.24 73.2 -
System Red Green Blue C M Y K H S L
Decimal 130 250 186 0.48 0 0.26 0.02 148 0.92 0.75
Hex 82 FA BA 30 0 1A 2 94 5C 4B
Octal 202 372 272 60 0 32 2 224 134 113
Binary 10000010 11111010 10111010 110000 0 11010 10 10010100 1011100 1001011

Color Harmonies of #82FABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FABA

Black with #82FABA

Text Example


Text Example

White with #82FABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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