Html Css Color HEX #82FAB2 Aquamarine

📋 copy color: '#82FAB2'

red 130 ◦ green 250 ◦ blue 178

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

Shades of Aquamarine #82FAB2

Tints of Aquamarine #82FAB2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.8%

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

R = 23.3%
G = 44.8%
B = 31.9%

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

#82FAB2 (or 0x82FAB2) is known color: Aquamarine. HEX triplet: 82, FA and B2. RGB value is (130,250,178). Sum of RGB (Red+Green+Blue) = 130+250+178=558 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.30% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #82FAB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FAB2 is #7D054D. Grayscale: #CECECE. Windows color (decimal): -8193358 or 11729538. OLE color: 11729538.

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

Color convert

RGB 130 250 178 -
CMYK 0.48 0 0.29 0.02
HSL 144º 0.92% 0.75% -
HSV(B) 144º 0.48% 0.98% -
XYZ 51.43 76.33 54.14 -
YUV 205.91 112.24 73.85 -
System Red Green Blue C M Y K H S L
Decimal 130 250 178 0.48 0 0.29 0.02 144 0.92 0.75
Hex 82 FA B2 30 0 1D 2 90 5C 4B
Octal 202 372 262 60 0 35 2 220 134 113
Binary 10000010 11111010 10110010 110000 0 11101 10 10010000 1011100 1001011

Color Harmonies of #82FAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FAB2

Black with #82FAB2

Text Example


Text Example

White with #82FAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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