Html Css Color HEX #82FEBB Aquamarine

📋 copy color: '#82FEBB'

red 130 ◦ green 254 ◦ blue 187

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

Shades of Aquamarine #82FEBB

Tints of Aquamarine #82FEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.75%

R = 22.77%
G = 44.48%
B = 32.75%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#82FEBB (or 0x82FEBB) is known color: Aquamarine. HEX triplet: 82, FE and BB. RGB value is (130,254,187). Sum of RGB (Red+Green+Blue) = 130+254+187=571 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.77% from 571); Green value is 254 (99.61% from 255 or 44.48% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 254 - color contains mainly: green. Hex color #82FEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FEBB is #7D0144. Grayscale: #D1D1D1. Windows color (decimal): -8192325 or 12320386. OLE color: 12320386.

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

Color convert

RGB 130 254 187 -
CMYK 0.49 0 0.26 0.00
HSL 147.58º 0.98% 0.75% -
HSV(B) 147.58º 0.49% 1% -
XYZ 53.62 79.22 59.48 -
YUV 209.29 115.42 71.45 -
System Red Green Blue C M Y K H S L
Decimal 130 254 187 0.49 0 0.26 0.00 147.58 0.98 0.75
Hex 82 FE BB 31 0 1A 0 94 62 4B
Octal 202 376 273 61 0 32 0 224 142 113
Binary 10000010 11111110 10111011 110001 0 11010 0 10010100 1100010 1001011

Color Harmonies of #82FEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FEBB

Black with #82FEBB

Text Example


Text Example

White with #82FEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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