Html Css Color HEX #83FAE3 Aquamarine

📋 copy color: '#83FAE3'

red 131 ◦ green 250 ◦ blue 227

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

Shades of Aquamarine #83FAE3

Tints of Aquamarine #83FAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 37.34%

R = 21.55%
G = 41.12%
B = 37.34%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#83FAE3 (or 0x83FAE3) is known color: Aquamarine. HEX triplet: 83, FA and E3. RGB value is (131,250,227). Sum of RGB (Red+Green+Blue) = 131+250+227=608 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.55% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 227 (89.06% from 255 or 37.34% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #83FAE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FAE3 is #7C051C. Grayscale: #D3D3D3. Windows color (decimal): -8127773 or 14940803. OLE color: 14940803.

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

Color convert

RGB 131 250 227 -
CMYK 0.48 0 0.09 0.02
HSL 168.4º 0.92% 0.75% -
HSV(B) 168.4º 0.48% 0.98% -
XYZ 57.41 78.74 84.85 -
YUV 211.8 136.58 70.37 -
System Red Green Blue C M Y K H S L
Decimal 131 250 227 0.48 0 0.09 0.02 168.4 0.92 0.75
Hex 83 FA E3 30 0 9 2 A8 5C 4B
Octal 203 372 343 60 0 11 2 250 134 113
Binary 10000011 11111010 11100011 110000 0 1001 10 10101000 1011100 1001011

Color Harmonies of #83FAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FAE3

Black with #83FAE3

Text Example


Text Example

White with #83FAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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