#8DFBDD

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

Shades of Aquamarine #8DFBDD

Tints of Aquamarine #8DFBDD

Color information

#8DFBDD (or 0x8DFBDD) is unknown color: approx Aquamarine. HEX triplet: 8D, FB and DD. RGB value is (141,251,221). Sum of RGB (Red+Green+Blue) = 141+251+221=613 (81% of max value = 765). Red value is 141 (55.47% from 255 or 23.00% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #8DFBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFBDD is #720422. Grayscale: #D6D6D6. Windows color (decimal): -7472163 or 14547853. OLE color: 14547853.

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

Color convert

RGB141251221-
CMYK0.4400.120.02
HSL163.64º93.22%76.86%-
HSV(B)163.64º43.82%98.43%-
XYZ58.5379.8880.74-
YUV214.69131.5675.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.00%
GREEN value IS 251 (98.44% from 255) = 40.95%
BLUE value IS 221 (86.72% from 255) = 36.05%
R=23.00%
G=40.95%
B=36.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412512210.4400.120.02163.6493.2276.86
Hex8DFBDD2C0C2a45d4d
Octal215373335540142244135115
Binary10001101111110111101110110110001100101010010010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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