#83FFDC

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

Shades of Aquamarine #83FFDC

Tints of Aquamarine #83FFDC

Color information

#83FFDC (or 0x83FFDC) is unknown color: approx Aquamarine. HEX triplet: 83, FF and DC. RGB value is (131,255,220). Sum of RGB (Red+Green+Blue) = 131+255+220=606 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.62% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FFDC is #7C0023. Grayscale: #D5D5D5. Windows color (decimal): -8126500 or 14483331. OLE color: 14483331.

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

Color convert

RGB131255220-
CMYK0.4900.140
HSL163.06º100%75.69%-
HSV(B)163.06º48.63%100%-
XYZ58.0481.5180.38-
YUV213.93131.4268.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.62%
GREEN value IS 255 (100% from 255) = 42.08%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=21.62%
G=42.08%
B=36.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1312552200.4900.140163.0610075.69
Hex83FFDC310E0a3644c
Octal203377334610160243144114
Binary1000001111111111110111001100010111001010001111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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