Html Css Color HEX #83FAC6 Aquamarine

📋 copy color: '#83FAC6'

red 131 ◦ green 250 ◦ blue 198

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

Shades of Aquamarine #83FAC6

Tints of Aquamarine #83FAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.2%

R = 22.63%
G = 43.18%
B = 34.2%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#83FAC6 (or 0x83FAC6) is known color: Aquamarine. HEX triplet: 83, FA and C6. RGB value is (131,250,198). Sum of RGB (Red+Green+Blue) = 131+250+198=579 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.63% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #83FAC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FAC6 is #7C0539. Grayscale: #D0D0D0. Windows color (decimal): -8127802 or 13040259. OLE color: 13040259.

HSL color Cylindrical-coordinate representation of color #83FAC6: hue angle of 153.78º 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 #83FAC6 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 250 198 -
CMYK 0.48 0 0.21 0.02
HSL 153.78º 0.92% 0.75% -
HSV(B) 153.78º 0.48% 0.98% -
XYZ 53.74 77.27 65.51 -
YUV 208.49 122.08 72.73 -
System Red Green Blue C M Y K H S L
Decimal 131 250 198 0.48 0 0.21 0.02 153.78 0.92 0.75
Hex 83 FA C6 30 0 15 2 9A 5C 4B
Octal 203 372 306 60 0 25 2 232 134 113
Binary 10000011 11111010 11000110 110000 0 10101 10 10011010 1011100 1001011

Color Harmonies of #83FAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FAC6

Black with #83FAC6

Text Example


Text Example

White with #83FAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,250,198); }

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

background-color css

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

 a { background-color: rgb(131,250,198); }

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

border-color css

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

 span { border-color: rgb(131,250,198); }

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