Html Css Color HEX #83F2B9 Aquamarine

📋 copy color: '#83F2B9'

red 131 ◦ green 242 ◦ blue 185

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

Shades of Aquamarine #83F2B9

Tints of Aquamarine #83F2B9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.37%

 BLUE value IS 185 (72.66% from 255) = 33.15%

R = 23.48%
G = 43.37%
B = 33.15%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#83F2B9 (or 0x83F2B9) is known color: Aquamarine. HEX triplet: 83, F2 and B9. RGB value is (131,242,185). Sum of RGB (Red+Green+Blue) = 131+242+185=558 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.48% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 242 - color contains mainly: green. Hex color #83F2B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F2B9 is #7C0D46. Grayscale: #CACACA. Windows color (decimal): -8129863 or 12186243. OLE color: 12186243.

HSL color Cylindrical-coordinate representation of color #83F2B9: hue angle of 149.19º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F2B9 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 242 185 -
CMYK 0.46 0 0.24 0.05
HSL 149.19º 0.81% 0.73% -
HSV(B) 149.19º 0.46% 0.95% -
XYZ 49.87 71.83 57.14 -
YUV 202.31 118.23 77.13 -
System Red Green Blue C M Y K H S L
Decimal 131 242 185 0.46 0 0.24 0.05 149.19 0.81 0.73
Hex 83 F2 B9 2E 0 18 5 95 51 49
Octal 203 362 271 56 0 30 5 225 121 111
Binary 10000011 11110010 10111001 101110 0 11000 101 10010101 1010001 1001001

Color Harmonies of #83F2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F2B9

Black with #83F2B9

Text Example


Text Example

White with #83F2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,242,185); }

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

background-color css

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

 a { background-color: rgb(131,242,185); }

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

border-color css

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

 span { border-color: rgb(131,242,185); }

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