Html Css Color HEX #83FEB6 Aquamarine

📋 copy color: '#83FEB6'

red 131 ◦ green 254 ◦ blue 182

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

Shades of Aquamarine #83FEB6

Tints of Aquamarine #83FEB6

RGB

 RED value IS 131 (51.56% from 255) = 23.1%

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

 BLUE value IS 182 (71.48% from 255) = 32.1%

R = 23.1%
G = 44.8%
B = 32.1%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#83FEB6 (or 0x83FEB6) is known color: Aquamarine. HEX triplet: 83, FE and B6. RGB value is (131,254,182). Sum of RGB (Red+Green+Blue) = 131+254+182=567 (75% of max value = 765). Red value is 131 (51.56% from 255 or 23.10% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #83FEB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FEB6 is #7C0149. Grayscale: #D1D1D1. Windows color (decimal): -8126794 or 11992707. OLE color: 11992707.

HSL color Cylindrical-coordinate representation of color #83FEB6: hue angle of 144.88º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FEB6 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB 131 254 182 -
CMYK 0.48 0 0.28 0.00
HSL 144.88º 0.98% 0.75% -
HSV(B) 144.88º 0.48% 1% -
XYZ 53.25 79.09 56.71 -
YUV 209.02 112.75 72.35 -
System Red Green Blue C M Y K H S L
Decimal 131 254 182 0.48 0 0.28 0.00 144.88 0.98 0.75
Hex 83 FE B6 30 0 1C 0 91 62 4B
Octal 203 376 266 60 0 34 0 221 142 113
Binary 10000011 11111110 10110110 110000 0 11100 0 10010001 1100010 1001011

Color Harmonies of #83FEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FEB6

Black with #83FEB6

Text Example


Text Example

White with #83FEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83FEB6; }

 p { color: rgb(131,254,182); }

 H1.HeaderClassName
 {
   color: #83FEB6;
 }
 .AnyTagClassName
 {
   color: #83FEB6;
 }
</style>

background-color css

<style>
 a { background-color: #83FEB6; }

 a { background-color: rgb(131,254,182); }

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

border-color css

<style>
 span { border-color: #83FEB6; }

 span { border-color: rgb(131,254,182); }

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