Html Css Color HEX #82F9B2 Aquamarine

📋 copy color: '#82F9B2'

red 130 ◦ green 249 ◦ blue 178

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

Shades of Aquamarine #82F9B2

Tints of Aquamarine #82F9B2

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.7%

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

R = 23.34%
G = 44.7%
B = 31.96%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#82F9B2 (or 0x82F9B2) is known color: Aquamarine. HEX triplet: 82, F9 and B2. RGB value is (130,249,178). Sum of RGB (Red+Green+Blue) = 130+249+178=557 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.34% from 557); Green value is 249 (97.66% from 255 or 44.70% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 249 - color contains mainly: green. Hex color #82F9B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82F9B2 is #7D064D. Grayscale: #CDCDCD. Windows color (decimal): -8193614 or 11729282. OLE color: 11729282.

HSL color Cylindrical-coordinate representation of color #82F9B2: hue angle of 144.2º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82F9B2 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 249 178 -
CMYK 0.48 0 0.29 0.02
HSL 144.2º 0.91% 0.74% -
HSV(B) 144.2º 0.48% 0.98% -
XYZ 51.12 75.71 54.04 -
YUV 205.33 112.58 74.27 -
System Red Green Blue C M Y K H S L
Decimal 130 249 178 0.48 0 0.29 0.02 144.2 0.91 0.74
Hex 82 F9 B2 30 0 1D 2 90 5B 4A
Octal 202 371 262 60 0 35 2 220 133 112
Binary 10000010 11111001 10110010 110000 0 11101 10 10010000 1011011 1001010

Color Harmonies of #82F9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F9B2

Black with #82F9B2

Text Example


Text Example

White with #82F9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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