#83FAE8

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

Shades of Aquamarine #83FAE8

Tints of Aquamarine #83FAE8

Color information

#83FAE8 (or 0x83FAE8) is unknown color: approx Aquamarine. HEX triplet: 83, FA and E8. RGB value is (131,250,232). Sum of RGB (Red+Green+Blue) = 131+250+232=613 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.37% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #83FAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FAE8 is #7C0517. Grayscale: #D4D4D4. Windows color (decimal): -8127768 or 15268483. OLE color: 15268483.

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

Color convert

RGB131250232-
CMYK0.4800.070.02
HSL170.92º92.25%74.71%-
HSV(B)170.92º47.6%98.04%-
XYZ58.1179.0288.53-
YUV212.37139.0869.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.37%
GREEN value IS 250 (98.05% from 255) = 40.78%
BLUE value IS 232 (91.02% from 255) = 37.85%
R=21.37%
G=40.78%
B=37.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312502320.4800.070.02170.9292.2574.71
Hex83FAE830072ab5c4b
Octal20337235060072253134113
Binary1000001111111010111010001100000111101010101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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