#8DFFC1

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

Shades of Aquamarine #8DFFC1

Tints of Aquamarine #8DFFC1

Color information

#8DFFC1 (or 0x8DFFC1) is unknown color: approx Aquamarine. HEX triplet: 8D, FF and C1. RGB value is (141,255,193). Sum of RGB (Red+Green+Blue) = 141+255+193=589 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.94% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFFC1 is #72003E. Grayscale: #D5D5D5. Windows color (decimal): -7471167 or 12713869. OLE color: 12713869.

HSL color Cylindrical-coordinate representation of color #8DFFC1: hue angle of 147.37º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DFFC1 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB141255193-
CMYK0.4500.240
HSL147.37º100%77.65%-
HSV(B)147.37º44.71%100%-
XYZ56.3781.0363.12-
YUV213.85116.2376.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.94%
GREEN value IS 255 (100% from 255) = 43.29%
BLUE value IS 193 (75.78% from 255) = 32.77%
R=23.94%
G=43.29%
B=32.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1412551930.4500.240147.3710077.65
Hex8DFFC12D018093644e
Octal215377301550300223144116
Binary10001101111111111100000110110101100001001001111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,255,193); }

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

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

 a { background-color: rgb(141,255,193); }

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

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

 span { border-color: rgb(141,255,193); }

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