#8CF4E3

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

Shades of Aquamarine #8CF4E3

Tints of Aquamarine #8CF4E3

Color information

#8CF4E3 (or 0x8CF4E3) is unknown color: approx Aquamarine. HEX triplet: 8C, F4 and E3. RGB value is (140,244,227). Sum of RGB (Red+Green+Blue) = 140+244+227=611 (80% of max value = 765). Red value is 140 (55.08% from 255 or 22.91% from 611); Green value is 244 (95.70% from 255 or 39.93% from 611); Blue value is 227 (89.06% from 255 or 37.15% from 611); Max value from RGB is 244 - color contains mainly: green. Hex color #8CF4E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF4E3 is #730B1C. Grayscale: #D2D2D2. Windows color (decimal): -7539485 or 14939276. OLE color: 14939276.

HSL color Cylindrical-coordinate representation of color #8CF4E3: hue angle of 170.19º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CF4E3 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB140244227-
CMYK0.4300.070.04
HSL170.19º82.54%75.29%-
HSV(B)170.19º42.62%95.69%-
XYZ57.0375.8284.3-
YUV210.97137.0477.38-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.91%
GREEN value IS 244 (95.70% from 255) = 39.93%
BLUE value IS 227 (89.06% from 255) = 37.15%
R=22.91%
G=39.93%
B=37.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1402442270.4300.070.04170.1982.5475.29
Hex8CF4E32B074aa534b
Octal21436434353074252123113
Binary10001100111101001110001110101101111001010101010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,244,227); }

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

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

 a { background-color: rgb(140,244,227); }

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

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

 span { border-color: rgb(140,244,227); }

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