Html Css Color HEX #82FFB0 Aquamarine

📋 copy color: '#82FFB0'

red 130 ◦ green 255 ◦ blue 176

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

Shades of Aquamarine #82FFB0

Tints of Aquamarine #82FFB0

RGB

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

 GREEN value IS 255 (100% from 255) = 45.45%

 BLUE value IS 176 (69.14% from 255) = 31.37%

R = 23.17%
G = 45.45%
B = 31.37%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#82FFB0 (or 0x82FFB0) is known color: Aquamarine. HEX triplet: 82, FF and B0. RGB value is (130,255,176). Sum of RGB (Red+Green+Blue) = 130+255+176=561 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.17% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 176 (69.14% from 255 or 31.37% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #82FFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FFB0 is #7D004F. Grayscale: #D0D0D0. Windows color (decimal): -8192080 or 11599746. OLE color: 11599746.

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

Color convert

RGB 130 255 176 -
CMYK 0.49 0 0.31 0
HSL 142.08º 1% 0.75% -
HSV(B) 142.08º 0.49% 1% -
XYZ 52.8 79.4 53.62 -
YUV 208.62 109.59 71.92 -
System Red Green Blue C M Y K H S L
Decimal 130 255 176 0.49 0 0.31 0 142.08 1 0.75
Hex 82 FF B0 31 0 1F 0 8E 64 4B
Octal 202 377 260 61 0 37 0 216 144 113
Binary 10000010 11111111 10110000 110001 0 11111 0 10001110 1100100 1001011

Color Harmonies of #82FFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FFB0

Black with #82FFB0

Text Example


Text Example

White with #82FFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,255,176); }

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

background-color css

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

 a { background-color: rgb(130,255,176); }

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

border-color css

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

 span { border-color: rgb(130,255,176); }

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