Html Css Color HEX #83F1BA Aquamarine

📋 copy color: '#83F1BA'

red 131 ◦ green 241 ◦ blue 186

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

Shades of Aquamarine #83F1BA

Tints of Aquamarine #83F1BA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.19%

 BLUE value IS 186 (73.05% from 255) = 33.33%

R = 23.48%
G = 43.19%
B = 33.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#83F1BA (or 0x83F1BA) is known color: Aquamarine. HEX triplet: 83, F1 and BA. RGB value is (131,241,186). Sum of RGB (Red+Green+Blue) = 131+241+186=558 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.48% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 241 - color contains mainly: green. Hex color #83F1BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F1BA is #7C0E45. Grayscale: #C9C9C9. Windows color (decimal): -8130118 or 12251523. OLE color: 12251523.

HSL color Cylindrical-coordinate representation of color #83F1BA: hue angle of 150º degrees, saturation: 0.8, 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 #83F1BA is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 241 186 -
CMYK 0.46 0 0.23 0.05
HSL 150º 0.8% 0.73% -
HSV(B) 150º 0.46% 0.95% -
XYZ 49.68 71.28 57.59 -
YUV 201.84 119.06 77.47 -
System Red Green Blue C M Y K H S L
Decimal 131 241 186 0.46 0 0.23 0.05 150 0.8 0.73
Hex 83 F1 BA 2E 0 17 5 96 50 49
Octal 203 361 272 56 0 27 5 226 120 111
Binary 10000011 11110001 10111010 101110 0 10111 101 10010110 1010000 1001001

Color Harmonies of #83F1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F1BA

Black with #83F1BA

Text Example


Text Example

White with #83F1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,241,186); }

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

background-color css

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

 a { background-color: rgb(131,241,186); }

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

border-color css

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

 span { border-color: rgb(131,241,186); }

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