#8FEFD4

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

Shades of Aquamarine #8FEFD4

Tints of Aquamarine #8FEFD4

Color information

#8FEFD4 (or 0x8FEFD4) is unknown color: approx Aquamarine. HEX triplet: 8F, EF and D4. RGB value is (143,239,212). Sum of RGB (Red+Green+Blue) = 143+239+212=594 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.07% from 594); Green value is 239 (93.75% from 255 or 40.24% from 594); Blue value is 212 (83.20% from 255 or 35.69% from 594); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEFD4 is #70102B. Grayscale: #CFCFCF. Windows color (decimal): -7344172 or 13954959. OLE color: 13954959.

HSL color Cylindrical-coordinate representation of color #8FEFD4: hue angle of 163.12º 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 #8FEFD4 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB143239212-
CMYK0.4000.110.06
HSL163.12º75%74.9%-
HSV(B)163.12º40.17%93.73%-
XYZ54.0872.3373.4-
YUV207.22130.782.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.07%
GREEN value IS 239 (93.75% from 255) = 40.24%
BLUE value IS 212 (83.20% from 255) = 35.69%
R=24.07%
G=40.24%
B=35.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1432392120.4000.110.06163.127574.9
Hex8FEFD4280B6a34b4b
Octal217357324500136243113113
Binary100011111110111111010100101000010111101010001110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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