#83FFD5

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

Shades of Aquamarine #83FFD5

Tints of Aquamarine #83FFD5

Color information

#83FFD5 (or 0x83FFD5) is unknown color: approx Aquamarine. HEX triplet: 83, FF and D5. RGB value is (131,255,213). Sum of RGB (Red+Green+Blue) = 131+255+213=599 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.87% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FFD5 is #7C002A. Grayscale: #D5D5D5. Windows color (decimal): -8126507 or 14024579. OLE color: 14024579.

HSL color Cylindrical-coordinate representation of color #83FFD5: hue angle of 159.68º 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 #83FFD5 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB131255213-
CMYK0.4900.160
HSL159.68º100%75.69%-
HSV(B)159.68º48.63%100%-
XYZ57.1381.1575.6-
YUV213.14127.9269.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.87%
GREEN value IS 255 (100% from 255) = 42.57%
BLUE value IS 213 (83.59% from 255) = 35.56%
R=21.87%
G=42.57%
B=35.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1312552130.4900.160159.6810075.69
Hex83FFD5310100a0644c
Octal203377325610200240144114
Binary10000011111111111101010111000101000001010000011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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