#8FFFDD

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

Shades of Aquamarine #8FFFDD

Tints of Aquamarine #8FFFDD

Color information

#8FFFDD (or 0x8FFFDD) is unknown color: approx Aquamarine. HEX triplet: 8F, FF and DD. RGB value is (143,255,221). Sum of RGB (Red+Green+Blue) = 143+255+221=619 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.10% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFFDD is #700022. Grayscale: #D9D9D9. Windows color (decimal): -7340067 or 14548879. OLE color: 14548879.

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

Color convert

RGB143255221-
CMYK0.4400.130
HSL161.79º100%78.04%-
HSV(B)161.79º43.92%100%-
XYZ60.1482.5881.18-
YUV217.64129.8974.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.10%
GREEN value IS 255 (100% from 255) = 41.20%
BLUE value IS 221 (86.72% from 255) = 35.70%
R=23.10%
G=41.20%
B=35.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1432552210.4400.130161.7910078.04
Hex8FFFDD2C0D0a2644e
Octal217377335540150242144116
Binary1000111111111111110111011011000110101010001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,255,221); }

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

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

 a { background-color: rgb(143,255,221); }

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

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

 span { border-color: rgb(143,255,221); }

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