Html Css Color HEX #83FEDB Aquamarine

📋 copy color: '#83FEDB'

red 131 ◦ green 254 ◦ blue 219

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

Shades of Aquamarine #83FEDB

Tints of Aquamarine #83FEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.26%

R = 21.69%
G = 42.05%
B = 36.26%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#83FEDB (or 0x83FEDB) is known color: Aquamarine. HEX triplet: 83, FE and DB. RGB value is (131,254,219). Sum of RGB (Red+Green+Blue) = 131+254+219=604 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.69% from 604); Green value is 254 (99.61% from 255 or 42.05% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 254 - color contains mainly: green. Hex color #83FEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FEDB is #7C0124. Grayscale: #D5D5D5. Windows color (decimal): -8126757 or 14417539. OLE color: 14417539.

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

Color convert

RGB 131 254 219 -
CMYK 0.48 0 0.14 0.00
HSL 162.93º 0.98% 0.75% -
HSV(B) 162.93º 0.48% 1% -
XYZ 57.59 80.82 79.58 -
YUV 213.23 131.25 69.35 -
System Red Green Blue C M Y K H S L
Decimal 131 254 219 0.48 0 0.14 0.00 162.93 0.98 0.75
Hex 83 FE DB 30 0 E 0 A3 62 4B
Octal 203 376 333 60 0 16 0 243 142 113
Binary 10000011 11111110 11011011 110000 0 1110 0 10100011 1100010 1001011

Color Harmonies of #83FEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FEDB

Black with #83FEDB

Text Example


Text Example

White with #83FEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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