Html Css Color HEX #82FEB2 Aquamarine

📋 copy color: '#82FEB2'

red 130 ◦ green 254 ◦ blue 178

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

Shades of Aquamarine #82FEB2

Tints of Aquamarine #82FEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.67%

R = 23.13%
G = 45.2%
B = 31.67%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#82FEB2 (or 0x82FEB2) is known color: Aquamarine. HEX triplet: 82, FE and B2. RGB value is (130,254,178). Sum of RGB (Red+Green+Blue) = 130+254+178=562 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.13% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 178 (69.92% from 255 or 31.67% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #82FEB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FEB2 is #7D014D. Grayscale: #D0D0D0. Windows color (decimal): -8192334 or 11730562. OLE color: 11730562.

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

Color convert

RGB 130 254 178 -
CMYK 0.49 0 0.30 0.00
HSL 143.23º 0.98% 0.75% -
HSV(B) 143.23º 0.49% 1% -
XYZ 52.68 78.84 54.56 -
YUV 208.26 110.92 72.18 -
System Red Green Blue C M Y K H S L
Decimal 130 254 178 0.49 0 0.30 0.00 143.23 0.98 0.75
Hex 82 FE B2 31 0 1E 0 8F 62 4B
Octal 202 376 262 61 0 36 0 217 142 113
Binary 10000010 11111110 10110010 110001 0 11110 0 10001111 1100010 1001011

Color Harmonies of #82FEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FEB2

Black with #82FEB2

Text Example


Text Example

White with #82FEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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