#83FFD7

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

Shades of Aquamarine #83FFD7

Tints of Aquamarine #83FFD7

Color information

#83FFD7 (or 0x83FFD7) is unknown color: approx Aquamarine. HEX triplet: 83, FF and D7. RGB value is (131,255,215). Sum of RGB (Red+Green+Blue) = 131+255+215=601 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.80% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 215 (84.38% from 255 or 35.77% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FFD7 is #7C0028. Grayscale: #D5D5D5. Windows color (decimal): -8126505 or 14155651. OLE color: 14155651.

HSL color Cylindrical-coordinate representation of color #83FFD7: hue angle of 160.65º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83FFD7 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB131255215-
CMYK0.4900.160
HSL160.65º100%75.69%-
HSV(B)160.65º48.63%100%-
XYZ57.3981.2576.95-
YUV213.36128.9269.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.80%
GREEN value IS 255 (100% from 255) = 42.43%
BLUE value IS 215 (84.38% from 255) = 35.77%
R=21.80%
G=42.43%
B=35.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1312552150.4900.160160.6510075.69
Hex83FFD7310100a1644c
Octal203377327610200241144114
Binary10000011111111111101011111000101000001010000111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,255,215); }

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

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

 a { background-color: rgb(131,255,215); }

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

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

 span { border-color: rgb(131,255,215); }

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