#80FFD0

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

Shades of Aquamarine #80FFD0

Tints of Aquamarine #80FFD0

Color information

#80FFD0 (or 0x80FFD0) is unknown color: approx Aquamarine. HEX triplet: 80, FF and D0. RGB value is (128,255,208). Sum of RGB (Red+Green+Blue) = 128+255+208=591 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.66% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FFD0 is #7F002F. Grayscale: #D3D3D3. Windows color (decimal): -8323120 or 13696896. OLE color: 13696896.

HSL color Cylindrical-coordinate representation of color #80FFD0: hue angle of 157.8º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FFD0 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB128255208-
CMYK0.5000.180
HSL157.8º100%75.1%-
HSV(B)157.8º49.8%100%-
XYZ56.0580.6672.29-
YUV211.67125.9268.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.66%
GREEN value IS 255 (100% from 255) = 43.15%
BLUE value IS 208 (81.64% from 255) = 35.19%
R=21.66%
G=43.15%
B=35.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282552080.5000.180157.810075.1
Hex80FFD03201209e644b
Octal200377320620220236144113
Binary10000000111111111101000011001001001001001111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80FFD0; }

 p { color: rgb(128,255,208); }

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

<style>
 a { background-color: #80FFD0; }

 a { background-color: rgb(128,255,208); }

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

<style>
 span { border-color: #80FFD0; }

 span { border-color: rgb(128,255,208); }

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