#8FEFDA

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

Shades of Aquamarine #8FEFDA

Tints of Aquamarine #8FEFDA

Color information

#8FEFDA (or 0x8FEFDA) is unknown color: approx Aquamarine. HEX triplet: 8F, EF and DA. RGB value is (143,239,218). Sum of RGB (Red+Green+Blue) = 143+239+218=600 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.83% from 600); Green value is 239 (93.75% from 255 or 39.83% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEFDA is #701025. Grayscale: #CFCFCF. Windows color (decimal): -7344166 or 14348175. OLE color: 14348175.

HSL color Cylindrical-coordinate representation of color #8FEFDA: hue angle of 166.88º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEFDA is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB143239218-
CMYK0.4000.090.06
HSL166.88º75%74.9%-
HSV(B)166.88º40.17%93.73%-
XYZ54.8572.6377.46-
YUV207.9133.781.71-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.83%
GREEN value IS 239 (93.75% from 255) = 39.83%
BLUE value IS 218 (85.55% from 255) = 36.33%
R=23.83%
G=39.83%
B=36.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1432392180.4000.090.06166.887574.9
Hex8FEFDA28096a74b4b
Octal217357332500116247113113
Binary100011111110111111011010101000010011101010011110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,239,218); }

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

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

 a { background-color: rgb(143,239,218); }

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

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

 span { border-color: rgb(143,239,218); }

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