#8DFBD5

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

Shades of Aquamarine #8DFBD5

Tints of Aquamarine #8DFBD5

Color information

#8DFBD5 (or 0x8DFBD5) is unknown color: approx Aquamarine. HEX triplet: 8D, FB and D5. RGB value is (141,251,213). Sum of RGB (Red+Green+Blue) = 141+251+213=605 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.31% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 251 - color contains mainly: green. Hex color #8DFBD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFBD5 is #72042A. Grayscale: #D5D5D5. Windows color (decimal): -7472171 or 14023565. OLE color: 14023565.

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

Color convert

RGB141251213-
CMYK0.4400.150.02
HSL159.27º93.22%76.86%-
HSV(B)159.27º43.82%98.43%-
XYZ57.4979.4675.26-
YUV213.78127.5676.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.31%
GREEN value IS 251 (98.44% from 255) = 41.49%
BLUE value IS 213 (83.59% from 255) = 35.21%
R=23.31%
G=41.49%
B=35.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412512130.4400.150.02159.2793.2276.86
Hex8DFBD52C0F29f5d4d
Octal215373325540172237135115
Binary10001101111110111101010110110001111101001111110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,251,213); }

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

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

 a { background-color: rgb(141,251,213); }

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

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

 span { border-color: rgb(141,251,213); }

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