#8FEFC7

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

Shades of Aquamarine #8FEFC7

Tints of Aquamarine #8FEFC7

Color information

#8FEFC7 (or 0x8FEFC7) is unknown color: approx Aquamarine. HEX triplet: 8F, EF and C7. RGB value is (143,239,199). Sum of RGB (Red+Green+Blue) = 143+239+199=581 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.61% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 199 (78.12% from 255 or 34.25% from 581); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEFC7 is #701038. Grayscale: #CDCDCD. Windows color (decimal): -7344185 or 13102991. OLE color: 13102991.

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

Color convert

RGB143239199-
CMYK0.4000.170.06
HSL155º75%74.9%-
HSV(B)155º40.17%93.73%-
XYZ52.571.765.1-
YUV205.74124.283.25-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.61%
GREEN value IS 239 (93.75% from 255) = 41.14%
BLUE value IS 199 (78.12% from 255) = 34.25%
R=24.61%
G=41.14%
B=34.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1432391990.4000.170.061557574.9
Hex8FEFC72801169b4b4b
Octal217357307500216233113113
Binary1000111111101111110001111010000100011101001101110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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