#8FFAD5

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

Shades of Aquamarine #8FFAD5

Tints of Aquamarine #8FFAD5

Color information

#8FFAD5 (or 0x8FFAD5) is unknown color: approx Aquamarine. HEX triplet: 8F, FA and D5. RGB value is (143,250,213). Sum of RGB (Red+Green+Blue) = 143+250+213=606 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.60% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #8FFAD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFAD5 is #70052A. Grayscale: #D5D5D5. Windows color (decimal): -7341355 or 14023311. OLE color: 14023311.

HSL color Cylindrical-coordinate representation of color #8FFAD5: hue angle of 159.25º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFAD5 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB143250213-
CMYK0.4300.150.02
HSL159.25º91.45%77.06%-
HSV(B)159.25º42.8%98.04%-
XYZ57.5279.0175.17-
YUV213.79127.5577.51-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.60%
GREEN value IS 250 (98.05% from 255) = 41.25%
BLUE value IS 213 (83.59% from 255) = 35.15%
R=23.60%
G=41.25%
B=35.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1432502130.4300.150.02159.2591.4577.06
Hex8FFAD52B0F29f5b4d
Octal217372325530172237133115
Binary10001111111110101101010110101101111101001111110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,250,213); }

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

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

 a { background-color: rgb(143,250,213); }

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

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

 span { border-color: rgb(143,250,213); }

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