#8CFEE2

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

Shades of Aquamarine #8CFEE2

Tints of Aquamarine #8CFEE2

Color information

#8CFEE2 (or 0x8CFEE2) is unknown color: approx Aquamarine. HEX triplet: 8C, FE and E2. RGB value is (140,254,226). Sum of RGB (Red+Green+Blue) = 140+254+226=620 (82% of max value = 765). Red value is 140 (55.08% from 255 or 22.58% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 226 (88.67% from 255 or 36.45% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFEE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFEE2 is #73011D. Grayscale: #D8D8D8. Windows color (decimal): -7536926 or 14876300. OLE color: 14876300.

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

Color convert

RGB140254226-
CMYK0.4500.110.00
HSL165.26º98.28%77.25%-
HSV(B)165.26º44.88%99.61%-
XYZ59.9881.9584.61-
YUV216.72133.2373.28-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.58%
GREEN value IS 254 (99.61% from 255) = 40.97%
BLUE value IS 226 (88.67% from 255) = 36.45%
R=22.58%
G=40.97%
B=36.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1402542260.4500.110.00165.2698.2877.25
Hex8CFEE22D0B0a5624d
Octal214376342550130245142115
Binary1000110011111110111000101011010101101010010111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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