Html Css Color HEX #83FAE2 Aquamarine

📋 copy color: '#83FAE2'

red 131 ◦ green 250 ◦ blue 226

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

Shades of Aquamarine #83FAE2

Tints of Aquamarine #83FAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.23%

R = 21.58%
G = 41.19%
B = 37.23%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#83FAE2 (or 0x83FAE2) is known color: Aquamarine. HEX triplet: 83, FA and E2. RGB value is (131,250,226). Sum of RGB (Red+Green+Blue) = 131+250+226=607 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.58% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 226 (88.67% from 255 or 37.23% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #83FAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FAE2 is #7C051D. Grayscale: #D3D3D3. Windows color (decimal): -8127774 or 14875267. OLE color: 14875267.

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

Color convert

RGB 131 250 226 -
CMYK 0.48 0 0.10 0.02
HSL 167.9º 0.92% 0.75% -
HSV(B) 167.9º 0.48% 0.98% -
XYZ 57.27 78.69 84.12 -
YUV 211.68 136.08 70.45 -
System Red Green Blue C M Y K H S L
Decimal 131 250 226 0.48 0 0.10 0.02 167.9 0.92 0.75
Hex 83 FA E2 30 0 A 2 A8 5C 4B
Octal 203 372 342 60 0 12 2 250 134 113
Binary 10000011 11111010 11100010 110000 0 1010 10 10101000 1011100 1001011

Color Harmonies of #83FAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FAE2

Black with #83FAE2

Text Example


Text Example

White with #83FAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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