#8DF8CD

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

Shades of Aquamarine #8DF8CD

Tints of Aquamarine #8DF8CD

Color information

#8DF8CD (or 0x8DF8CD) is unknown color: approx Aquamarine. HEX triplet: 8D, F8 and CD. RGB value is (141,248,205). Sum of RGB (Red+Green+Blue) = 141+248+205=594 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.74% from 594); Green value is 248 (97.27% from 255 or 41.75% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 248 - color contains mainly: green. Hex color #8DF8CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF8CD is #720732. Grayscale: #D3D3D3. Windows color (decimal): -7472947 or 13498509. OLE color: 13498509.

HSL color Cylindrical-coordinate representation of color #8DF8CD: hue angle of 155.89º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DF8CD is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB141248205-
CMYK0.4300.170.03
HSL155.89º88.43%76.27%-
HSV(B)155.89º43.15%97.25%-
XYZ55.5777.2169.73-
YUV211.1124.5578-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.74%
GREEN value IS 248 (97.27% from 255) = 41.75%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=23.74%
G=41.75%
B=34.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1412482050.4300.170.03155.8988.4376.27
Hex8DF8CD2B01139c584c
Octal215370315530213234130114
Binary100011011111100011001101101011010001111001110010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,248,205); }

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

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

 a { background-color: rgb(141,248,205); }

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

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

 span { border-color: rgb(141,248,205); }

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