Html Css Color HEX #83FADC Aquamarine

📋 copy color: '#83FADC'

red 131 ◦ green 250 ◦ blue 220

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

Shades of Aquamarine #83FADC

Tints of Aquamarine #83FADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.61%

R = 21.8%
G = 41.6%
B = 36.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#83FADC (or 0x83FADC) is known color: Aquamarine. HEX triplet: 83, FA and DC. RGB value is (131,250,220). Sum of RGB (Red+Green+Blue) = 131+250+220=601 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.80% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #83FADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FADC is #7C0523. Grayscale: #D3D3D3. Windows color (decimal): -8127780 or 14482051. OLE color: 14482051.

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

Color convert

RGB 131 250 220 -
CMYK 0.48 0 0.12 0.02
HSL 164.87º 0.92% 0.75% -
HSV(B) 164.87º 0.48% 0.98% -
XYZ 56.46 78.36 79.86 -
YUV 211 133.08 70.94 -
System Red Green Blue C M Y K H S L
Decimal 131 250 220 0.48 0 0.12 0.02 164.87 0.92 0.75
Hex 83 FA DC 30 0 C 2 A5 5C 4B
Octal 203 372 334 60 0 14 2 245 134 113
Binary 10000011 11111010 11011100 110000 0 1100 10 10100101 1011100 1001011

Color Harmonies of #83FADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FADC

Black with #83FADC

Text Example


Text Example

White with #83FADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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