#8CF4C7

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

Shades of Aquamarine #8CF4C7

Tints of Aquamarine #8CF4C7

Color information

#8CF4C7 (or 0x8CF4C7) is unknown color: approx Aquamarine. HEX triplet: 8C, F4 and C7. RGB value is (140,244,199). Sum of RGB (Red+Green+Blue) = 140+244+199=583 (77% of max value = 765). Red value is 140 (55.08% from 255 or 24.01% from 583); Green value is 244 (95.70% from 255 or 41.85% from 583); Blue value is 199 (78.12% from 255 or 34.13% from 583); Max value from RGB is 244 - color contains mainly: green. Hex color #8CF4C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF4C7 is #730B38. Grayscale: #CFCFCF. Windows color (decimal): -7539513 or 13104268. OLE color: 13104268.

HSL color Cylindrical-coordinate representation of color #8CF4C7: hue angle of 154.04º 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 #8CF4C7 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB140244199-
CMYK0.4300.180.04
HSL154.04º82.54%75.29%-
HSV(B)154.04º42.62%95.69%-
XYZ53.4774.465.58-
YUV207.77123.0479.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.01%
GREEN value IS 244 (95.70% from 255) = 41.85%
BLUE value IS 199 (78.12% from 255) = 34.13%
R=24.01%
G=41.85%
B=34.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1402441990.4300.180.04154.0482.5475.29
Hex8CF4C72B01249a534b
Octal214364307530224232123113
Binary1000110011110100110001111010110100101001001101010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF4C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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