#8FEFDC

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

Shades of Aquamarine #8FEFDC

Tints of Aquamarine #8FEFDC

Color information

#8FEFDC (or 0x8FEFDC) is unknown color: approx Aquamarine. HEX triplet: 8F, EF and DC. RGB value is (143,239,220). Sum of RGB (Red+Green+Blue) = 143+239+220=602 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.75% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEFDC is #701023. Grayscale: #D0D0D0. Windows color (decimal): -7344164 or 14479247. OLE color: 14479247.

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

Color convert

RGB143239220-
CMYK0.4000.080.06
HSL168.12º75%74.9%-
HSV(B)168.12º40.17%93.73%-
XYZ55.1172.7478.85-
YUV208.13134.781.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.75%
GREEN value IS 239 (93.75% from 255) = 39.70%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=23.75%
G=39.70%
B=36.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1432392200.4000.080.06168.127574.9
Hex8FEFDC28086a84b4b
Octal217357334500106250113113
Binary100011111110111111011100101000010001101010100010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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