#8DFEDF

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

Shades of Aquamarine #8DFEDF

Tints of Aquamarine #8DFEDF

Color information

#8DFEDF (or 0x8DFEDF) is unknown color: approx Aquamarine. HEX triplet: 8D, FE and DF. RGB value is (141,254,223). Sum of RGB (Red+Green+Blue) = 141+254+223=618 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.82% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #8DFEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFEDF is #720120. Grayscale: #D8D8D8. Windows color (decimal): -7471393 or 14679693. OLE color: 14679693.

HSL color Cylindrical-coordinate representation of color #8DFEDF: hue angle of 163.54º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFEDF is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB141254223-
CMYK0.4400.120.00
HSL163.54º98.26%77.45%-
HSV(B)163.54º44.49%99.61%-
XYZ59.7581.8782.47-
YUV216.68131.5674.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.82%
GREEN value IS 254 (99.61% from 255) = 41.10%
BLUE value IS 223 (87.5% from 255) = 36.08%
R=22.82%
G=41.10%
B=36.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1412542230.4400.120.00163.5498.2677.45
Hex8DFEDF2C0C0a4624d
Octal215376337540140244142115
Binary1000110111111110110111111011000110001010010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DFEDF; }

 p { color: rgb(141,254,223); }

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

<style>
 a { background-color: #8DFEDF; }

 a { background-color: rgb(141,254,223); }

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

<style>
 span { border-color: #8DFEDF; }

 span { border-color: rgb(141,254,223); }

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