#8CF5C7

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

Shades of Aquamarine #8CF5C7

Tints of Aquamarine #8CF5C7

Color information

#8CF5C7 (or 0x8CF5C7) is unknown color: approx Aquamarine. HEX triplet: 8C, F5 and C7. RGB value is (140,245,199). Sum of RGB (Red+Green+Blue) = 140+245+199=584 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.97% from 584); Green value is 245 (96.09% from 255 or 41.95% from 584); Blue value is 199 (78.12% from 255 or 34.08% from 584); Max value from RGB is 245 - color contains mainly: green. Hex color #8CF5C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF5C7 is #730A38. Grayscale: #D0D0D0. Windows color (decimal): -7539257 or 13104524. OLE color: 13104524.

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

Color convert

RGB140245199-
CMYK0.4300.190.04
HSL153.71º84%75.49%-
HSV(B)153.71º42.86%96.08%-
XYZ53.787565.68-
YUV208.36122.7179.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.97%
GREEN value IS 245 (96.09% from 255) = 41.95%
BLUE value IS 199 (78.12% from 255) = 34.08%
R=23.97%
G=41.95%
B=34.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1402451990.4300.190.04153.718475.49
Hex8CF5C72B01349a544b
Octal214365307530234232124113
Binary1000110011110101110001111010110100111001001101010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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