#8FFFDC

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

Shades of Aquamarine #8FFFDC

Tints of Aquamarine #8FFFDC

Color information

#8FFFDC (or 0x8FFFDC) is unknown color: approx Aquamarine. HEX triplet: 8F, FF and DC. RGB value is (143,255,220). Sum of RGB (Red+Green+Blue) = 143+255+220=618 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.14% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFFDC is #700023. Grayscale: #D9D9D9. Windows color (decimal): -7340068 or 14483343. OLE color: 14483343.

HSL color Cylindrical-coordinate representation of color #8FFFDC: hue angle of 161.25º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FFFDC is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB143255220-
CMYK0.4400.140
HSL161.25º100%78.04%-
HSV(B)161.25º43.92%100%-
XYZ60.0182.5380.48-
YUV217.52129.3974.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.14%
GREEN value IS 255 (100% from 255) = 41.26%
BLUE value IS 220 (86.33% from 255) = 35.60%
R=23.14%
G=41.26%
B=35.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1432552200.4400.140161.2510078.04
Hex8FFFDC2C0E0a1644e
Octal217377334540160241144116
Binary1000111111111111110111001011000111001010000111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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