Html Css Color HEX #83FEC5 Aquamarine

📋 copy color: '#83FEC5'

red 131 ◦ green 254 ◦ blue 197

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

Shades of Aquamarine #83FEC5

Tints of Aquamarine #83FEC5

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.64%

 BLUE value IS 197 (77.34% from 255) = 33.85%

R = 22.51%
G = 43.64%
B = 33.85%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#83FEC5 (or 0x83FEC5) is known color: Aquamarine. HEX triplet: 83, FE and C5. RGB value is (131,254,197). Sum of RGB (Red+Green+Blue) = 131+254+197=582 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.51% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #83FEC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FEC5 is #7C013A. Grayscale: #D2D2D2. Windows color (decimal): -8126779 or 12975747. OLE color: 12975747.

HSL color Cylindrical-coordinate representation of color #83FEC5: hue angle of 152.2º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FEC5 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB 131 254 197 -
CMYK 0.48 0 0.22 0.00
HSL 152.2º 0.98% 0.75% -
HSV(B) 152.2º 0.48% 1% -
XYZ 54.88 79.74 65.32 -
YUV 210.73 120.25 71.13 -
System Red Green Blue C M Y K H S L
Decimal 131 254 197 0.48 0 0.22 0.00 152.2 0.98 0.75
Hex 83 FE C5 30 0 16 0 98 62 4B
Octal 203 376 305 60 0 26 0 230 142 113
Binary 10000011 11111110 11000101 110000 0 10110 0 10011000 1100010 1001011

Color Harmonies of #83FEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FEC5

Black with #83FEC5

Text Example


Text Example

White with #83FEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,254,197); }

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

background-color css

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

 a { background-color: rgb(131,254,197); }

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

border-color css

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

 span { border-color: rgb(131,254,197); }

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