#8DFBD7

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

Shades of Aquamarine #8DFBD7

Tints of Aquamarine #8DFBD7

Color information

#8DFBD7 (or 0x8DFBD7) is unknown color: approx Aquamarine. HEX triplet: 8D, FB and D7. RGB value is (141,251,215). Sum of RGB (Red+Green+Blue) = 141+251+215=607 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.23% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #8DFBD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFBD7 is #720428. Grayscale: #D6D6D6. Windows color (decimal): -7472169 or 14154637. OLE color: 14154637.

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

Color convert

RGB141251215-
CMYK0.4400.140.02
HSL160.36º93.22%76.86%-
HSV(B)160.36º43.82%98.43%-
XYZ57.7579.5676.6-
YUV214.01128.5675.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.23%
GREEN value IS 251 (98.44% from 255) = 41.35%
BLUE value IS 215 (84.38% from 255) = 35.42%
R=23.23%
G=41.35%
B=35.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412512150.4400.140.02160.3693.2276.86
Hex8DFBD72C0E2a05d4d
Octal215373327540162240135115
Binary10001101111110111101011110110001110101010000010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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