#80F9CD

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

Shades of Aquamarine #80F9CD

Tints of Aquamarine #80F9CD

Color information

#80F9CD (or 0x80F9CD) is unknown color: approx Aquamarine. HEX triplet: 80, F9 and CD. RGB value is (128,249,205). Sum of RGB (Red+Green+Blue) = 128+249+205=582 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.99% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 249 - color contains mainly: green. Hex color #80F9CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F9CD is #7F0632. Grayscale: #CFCFCF. Windows color (decimal): -8324659 or 13498752. OLE color: 13498752.

HSL color Cylindrical-coordinate representation of color #80F9CD: hue angle of 158.18º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80F9CD is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB128249205-
CMYK0.4900.180.02
HSL158.18º90.98%73.92%-
HSV(B)158.18º48.59%97.65%-
XYZ53.876.7569.74-
YUV207.8126.4171.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.99%
GREEN value IS 249 (97.66% from 255) = 42.78%
BLUE value IS 205 (80.47% from 255) = 35.22%
R=21.99%
G=42.78%
B=35.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282492050.4900.180.02158.1890.9873.92
Hex80F9CD3101229e5b4a
Octal200371315610222236133112
Binary100000001111100111001101110001010010101001111010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,249,205); }

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

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

 a { background-color: rgb(128,249,205); }

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

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

 span { border-color: rgb(128,249,205); }

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