#8CF3D9

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

Shades of Aquamarine #8CF3D9

Tints of Aquamarine #8CF3D9

Color information

#8CF3D9 (or 0x8CF3D9) is unknown color: approx Aquamarine. HEX triplet: 8C, F3 and D9. RGB value is (140,243,217). Sum of RGB (Red+Green+Blue) = 140+243+217=600 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.33% from 600); Green value is 243 (95.31% from 255 or 40.5% from 600); Blue value is 217 (85.16% from 255 or 36.17% from 600); Max value from RGB is 243 - color contains mainly: green. Hex color #8CF3D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF3D9 is #730C26. Grayscale: #D1D1D1. Windows color (decimal): -7539751 or 14283660. OLE color: 14283660.

HSL color Cylindrical-coordinate representation of color #8CF3D9: hue angle of 164.85º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CF3D9 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB140243217-
CMYK0.4200.110.05
HSL164.85º81.1%75.1%-
HSV(B)164.85º42.39%95.29%-
XYZ55.3974.6977.14-
YUV209.24132.3878.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.33%
GREEN value IS 243 (95.31% from 255) = 40.5%
BLUE value IS 217 (85.16% from 255) = 36.17%
R=23.33%
G=40.5%
B=36.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1402432170.4200.110.05164.8581.175.1
Hex8CF3D92A0B5a5514b
Octal214363331520135245121113
Binary100011001111001111011001101010010111011010010110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,243,217); }

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

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

 a { background-color: rgb(140,243,217); }

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

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

 span { border-color: rgb(140,243,217); }

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