#8DFEE5

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

Shades of Aquamarine #8DFEE5

Tints of Aquamarine #8DFEE5

Color information

#8DFEE5 (or 0x8DFEE5) is unknown color: approx Aquamarine. HEX triplet: 8D, FE and E5. RGB value is (141,254,229). Sum of RGB (Red+Green+Blue) = 141+254+229=624 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.60% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #8DFEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFEE5 is #72011A. Grayscale: #D9D9D9. Windows color (decimal): -7471387 or 15072909. OLE color: 15072909.

HSL color Cylindrical-coordinate representation of color #8DFEE5: hue angle of 166.73º 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 #8DFEE5 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB141254229-
CMYK0.4400.100.00
HSL166.73º98.26%77.45%-
HSV(B)166.73º44.49%99.61%-
XYZ60.5782.286.8-
YUV217.36134.5673.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.60%
GREEN value IS 254 (99.61% from 255) = 40.71%
BLUE value IS 229 (89.84% from 255) = 36.70%
R=22.60%
G=40.71%
B=36.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1412542290.4400.100.00166.7398.2677.45
Hex8DFEE52C0A0a7624d
Octal215376345540120247142115
Binary1000110111111110111001011011000101001010011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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