#8FF8D6

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

Shades of Aquamarine #8FF8D6

Tints of Aquamarine #8FF8D6

Color information

#8FF8D6 (or 0x8FF8D6) is unknown color: approx Aquamarine. HEX triplet: 8F, F8 and D6. RGB value is (143,248,214). Sum of RGB (Red+Green+Blue) = 143+248+214=605 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.64% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 214 (83.98% from 255 or 35.37% from 605); Max value from RGB is 248 - color contains mainly: green. Hex color #8FF8D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF8D6 is #700729. Grayscale: #D4D4D4. Windows color (decimal): -7341866 or 14088335. OLE color: 14088335.

HSL color Cylindrical-coordinate representation of color #8FF8D6: hue angle of 160.57º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FF8D6 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB143248214-
CMYK0.4200.140.03
HSL160.57º88.24%76.67%-
HSV(B)160.57º42.34%97.25%-
XYZ57.0377.8375.63-
YUV212.73128.7178.26-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.64%
GREEN value IS 248 (97.27% from 255) = 40.99%
BLUE value IS 214 (83.98% from 255) = 35.37%
R=23.64%
G=40.99%
B=35.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1432482140.4200.140.03160.5788.2476.67
Hex8FF8D62A0E3a1584d
Octal217370326520163241130115
Binary10001111111110001101011010101001110111010000110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,248,214); }

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

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

 a { background-color: rgb(143,248,214); }

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

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

 span { border-color: rgb(143,248,214); }

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