#8CFFE2

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

Shades of Aquamarine #8CFFE2

Tints of Aquamarine #8CFFE2

Color information

#8CFFE2 (or 0x8CFFE2) is unknown color: approx Aquamarine. HEX triplet: 8C, FF and E2. RGB value is (140,255,226). Sum of RGB (Red+Green+Blue) = 140+255+226=621 (82% of max value = 765). Red value is 140 (55.08% from 255 or 22.54% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 226 (88.67% from 255 or 36.39% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFFE2 is #73001D. Grayscale: #D9D9D9. Windows color (decimal): -7536670 or 14876556. OLE color: 14876556.

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

Color convert

RGB140255226-
CMYK0.4500.110
HSL164.87º100%77.45%-
HSV(B)164.87º45.1%100%-
XYZ60.382.5984.71-
YUV217.31132.972.86-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.54%
GREEN value IS 255 (100% from 255) = 41.06%
BLUE value IS 226 (88.67% from 255) = 36.39%
R=22.54%
G=41.06%
B=36.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1402552260.4500.110164.8710077.45
Hex8CFFE22D0B0a5644d
Octal214377342550130245144115
Binary1000110011111111111000101011010101101010010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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