#8FF8DE

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

Shades of Aquamarine #8FF8DE

Tints of Aquamarine #8FF8DE

Color information

#8FF8DE (or 0x8FF8DE) is unknown color: approx Aquamarine. HEX triplet: 8F, F8 and DE. RGB value is (143,248,222). Sum of RGB (Red+Green+Blue) = 143+248+222=613 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.33% from 613); Green value is 248 (97.27% from 255 or 40.46% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 248 - color contains mainly: green. Hex color #8FF8DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF8DE is #700721. Grayscale: #D5D5D5. Windows color (decimal): -7341858 or 14612623. OLE color: 14612623.

HSL color Cylindrical-coordinate representation of color #8FF8DE: hue angle of 165.14º 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 #8FF8DE is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB143248222-
CMYK0.4200.100.03
HSL165.14º88.24%76.67%-
HSV(B)165.14º42.34%97.25%-
XYZ58.0878.2581.15-
YUV213.64132.7177.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.33%
GREEN value IS 248 (97.27% from 255) = 40.46%
BLUE value IS 222 (87.11% from 255) = 36.22%
R=23.33%
G=40.46%
B=36.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1432482220.4200.100.03165.1488.2476.67
Hex8FF8DE2A0A3a5584d
Octal217370336520123245130115
Binary10001111111110001101111010101001010111010010110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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