#8DF9CD

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

Shades of Aquamarine #8DF9CD

Tints of Aquamarine #8DF9CD

Color information

#8DF9CD (or 0x8DF9CD) is unknown color: approx Aquamarine. HEX triplet: 8D, F9 and CD. RGB value is (141,249,205). Sum of RGB (Red+Green+Blue) = 141+249+205=595 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.70% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #8DF9CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF9CD is #720632. Grayscale: #D3D3D3. Windows color (decimal): -7472691 or 13498765. OLE color: 13498765.

HSL color Cylindrical-coordinate representation of color #8DF9CD: hue angle of 155.56º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DF9CD is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB141249205-
CMYK0.4300.180.02
HSL155.56º90%76.47%-
HSV(B)155.56º43.37%97.65%-
XYZ55.8877.8269.83-
YUV211.69124.2277.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.70%
GREEN value IS 249 (97.66% from 255) = 41.85%
BLUE value IS 205 (80.47% from 255) = 34.45%
R=23.70%
G=41.85%
B=34.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412492050.4300.180.02155.569076.47
Hex8DF9CD2B01229c5a4c
Octal215371315530222234132114
Binary100011011111100111001101101011010010101001110010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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