#8CFFDA

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

Shades of Aquamarine #8CFFDA

Tints of Aquamarine #8CFFDA

Color information

#8CFFDA (or 0x8CFFDA) is unknown color: approx Aquamarine. HEX triplet: 8C, FF and DA. RGB value is (140,255,218). Sum of RGB (Red+Green+Blue) = 140+255+218=613 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.84% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFFDA is #730025. Grayscale: #D8D8D8. Windows color (decimal): -7536678 or 14352268. OLE color: 14352268.

HSL color Cylindrical-coordinate representation of color #8CFFDA: hue angle of 160.7º 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 #8CFFDA is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB140255218-
CMYK0.4500.150
HSL160.7º100%77.45%-
HSV(B)160.7º45.1%100%-
XYZ59.2382.1679.07-
YUV216.4128.973.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.84%
GREEN value IS 255 (100% from 255) = 41.60%
BLUE value IS 218 (85.55% from 255) = 35.56%
R=22.84%
G=41.60%
B=35.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1402552180.4500.150160.710077.45
Hex8CFFDA2D0F0a1644d
Octal214377332550170241144115
Binary1000110011111111110110101011010111101010000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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