#8CFFD8

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

Shades of Aquamarine #8CFFD8

Tints of Aquamarine #8CFFD8

Color information

#8CFFD8 (or 0x8CFFD8) is unknown color: approx Aquamarine. HEX triplet: 8C, FF and D8. RGB value is (140,255,216). Sum of RGB (Red+Green+Blue) = 140+255+216=611 (80% of max value = 765). Red value is 140 (55.08% from 255 or 22.91% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFFD8 is #730027. Grayscale: #D8D8D8. Windows color (decimal): -7536680 or 14221196. OLE color: 14221196.

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

Color convert

RGB140255216-
CMYK0.4500.150
HSL159.65º100%77.45%-
HSV(B)159.65º45.1%100%-
XYZ58.9782.0577.7-
YUV216.17127.973.67-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.91%
GREEN value IS 255 (100% from 255) = 41.73%
BLUE value IS 216 (84.77% from 255) = 35.35%
R=22.91%
G=41.73%
B=35.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1402552160.4500.150159.6510077.45
Hex8CFFD82D0F0a0644d
Octal214377330550170240144115
Binary1000110011111111110110001011010111101010000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,255,216); }

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

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

 a { background-color: rgb(140,255,216); }

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

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

 span { border-color: rgb(140,255,216); }

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