#8DF7CD

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

Shades of Aquamarine #8DF7CD

Tints of Aquamarine #8DF7CD

Color information

#8DF7CD (or 0x8DF7CD) is unknown color: approx Aquamarine. HEX triplet: 8D, F7 and CD. RGB value is (141,247,205). Sum of RGB (Red+Green+Blue) = 141+247+205=593 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.78% from 593); Green value is 247 (96.88% from 255 or 41.65% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 247 - color contains mainly: green. Hex color #8DF7CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF7CD is #720832. Grayscale: #D2D2D2. Windows color (decimal): -7473203 or 13498253. OLE color: 13498253.

HSL color Cylindrical-coordinate representation of color #8DF7CD: hue angle of 156.23º degrees, saturation: 0.87, 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 #8DF7CD is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB141247205-
CMYK0.4300.170.03
HSL156.23º86.89%76.08%-
HSV(B)156.23º42.91%96.86%-
XYZ55.2676.5969.63-
YUV210.52124.8878.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.78%
GREEN value IS 247 (96.88% from 255) = 41.65%
BLUE value IS 205 (80.47% from 255) = 34.57%
R=23.78%
G=41.65%
B=34.57%

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
Decimal1412472050.4300.170.03156.2386.8976.08
Hex8DF7CD2B01139c574c
Octal215367315530213234127114
Binary100011011111011111001101101011010001111001110010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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