#8DF1C8

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

Shades of Aquamarine #8DF1C8

Tints of Aquamarine #8DF1C8

Color information

#8DF1C8 (or 0x8DF1C8) is unknown color: approx Aquamarine. HEX triplet: 8D, F1 and C8. RGB value is (141,241,200). Sum of RGB (Red+Green+Blue) = 141+241+200=582 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.23% from 582); Green value is 241 (94.53% from 255 or 41.41% from 582); Blue value is 200 (78.52% from 255 or 34.36% from 582); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF1C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF1C8 is #720E37. Grayscale: #CECECE. Windows color (decimal): -7474744 or 13169037. OLE color: 13169037.

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

Color convert

RGB141241200-
CMYK0.4100.170.05
HSL155.4º78.12%74.9%-
HSV(B)155.4º41.49%94.51%-
XYZ52.8772.7465.9-
YUV206.43124.3781.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.23%
GREEN value IS 241 (94.53% from 255) = 41.41%
BLUE value IS 200 (78.52% from 255) = 34.36%
R=24.23%
G=41.41%
B=34.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1412412000.4100.170.05155.478.1274.9
Hex8DF1C82901159b4e4b
Octal215361310510215233116113
Binary1000110111110001110010001010010100011011001101110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,241,200); }

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

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

 a { background-color: rgb(141,241,200); }

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

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

 span { border-color: rgb(141,241,200); }

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