#8dffc4

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

Shades of Aquamarine #8DFFC4

Tints of Aquamarine #8DFFC4

Color information

#8DFFC4 (or 0x8DFFC4) is unknown color: approx Aquamarine. HEX triplet: 8D, FF and C4. RGB value is (141,255,196). Sum of RGB (Red+Green+Blue) = 141+255+196=592 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.82% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 196 (76.95% from 255 or 33.11% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFFC4 is #72003B. Grayscale: #D6D6D6. Windows color (decimal): -7471164 or 12910477. OLE color: 12910477.

HSL color Cylindrical-coordinate representation of color #8DFFC4: hue angle of 148.95º 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 #8DFFC4 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB141255196-
CMYK0.4500.230
HSL148.95º100%77.65%-
HSV(B)148.95º44.71%100%-
XYZ56.7181.1764.9-
YUV214.19117.7375.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.82%
GREEN value IS 255 (100% from 255) = 43.07%
BLUE value IS 196 (76.95% from 255) = 33.11%
R=23.82%
G=43.07%
B=33.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1412551960.4500.230148.9510077.65
Hex8DFFC42D017095644e
Octal215377304550270225144116
Binary10001101111111111100010010110101011101001010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8dffc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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