#83FEB0

Color #83FEB0 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #83FEB0

Tints of Aquamarine #83FEB0

Color information

#83FEB0 (or 0x83FEB0) is unknown color: approx Aquamarine. HEX triplet: 83, FE and B0. RGB value is (131,254,176). Sum of RGB (Red+Green+Blue) = 131+254+176=561 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.35% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 176 (69.14% from 255 or 31.37% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #83FEB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83FEB0 is #7C014F. Grayscale: #D0D0D0. Windows color (decimal): -8126800 or 11599491. OLE color: 11599491.

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

Color convert

RGB131254176-
CMYK0.4800.310.00
HSL141.95º98.4%75.49%-
HSV(B)141.95º48.43%99.61%-
XYZ52.6478.8453.52-
YUV208.33109.7572.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.35%
GREEN value IS 254 (99.61% from 255) = 45.28%
BLUE value IS 176 (69.14% from 255) = 31.37%
R=23.35%
G=45.28%
B=31.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1312541760.4800.310.00141.9598.475.49
Hex83FEB03001F08e624b
Octal203376260600370216142113
Binary10000011111111101011000011000001111101000111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83FEB0;
 }
 .AnyTagClassName
 {
   color: #83FEB0;
 }
</style>
background-color css

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

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

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

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

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

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