Html Css Color HEX #82FEBA Aquamarine

📋 copy color: '#82FEBA'

red 130 ◦ green 254 ◦ blue 186

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

Shades of Aquamarine #82FEBA

Tints of Aquamarine #82FEBA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.56%

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

R = 22.81%
G = 44.56%
B = 32.63%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#82FEBA (or 0x82FEBA) is known color: Aquamarine. HEX triplet: 82, FE and BA. RGB value is (130,254,186). Sum of RGB (Red+Green+Blue) = 130+254+186=570 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.81% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #82FEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FEBA is #7D0145. Grayscale: #D1D1D1. Windows color (decimal): -8192326 or 12254850. OLE color: 12254850.

HSL color Cylindrical-coordinate representation of color #82FEBA: hue angle of 147.1º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82FEBA is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 130 254 186 -
CMYK 0.49 0 0.27 0.00
HSL 147.1º 0.98% 0.75% -
HSV(B) 147.1º 0.49% 1% -
XYZ 53.51 79.17 58.92 -
YUV 209.17 114.92 71.53 -
System Red Green Blue C M Y K H S L
Decimal 130 254 186 0.49 0 0.27 0.00 147.1 0.98 0.75
Hex 82 FE BA 31 0 1B 0 93 62 4B
Octal 202 376 272 61 0 33 0 223 142 113
Binary 10000010 11111110 10111010 110001 0 11011 0 10010011 1100010 1001011

Color Harmonies of #82FEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FEBA

Black with #82FEBA

Text Example


Text Example

White with #82FEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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