#8DFDC7

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

Shades of Aquamarine #8DFDC7

Tints of Aquamarine #8DFDC7

Color information

#8DFDC7 (or 0x8DFDC7) is unknown color: approx Aquamarine. HEX triplet: 8D, FD and C7. RGB value is (141,253,199). Sum of RGB (Red+Green+Blue) = 141+253+199=593 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.78% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #8DFDC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFDC7 is #720238. Grayscale: #D5D5D5. Windows color (decimal): -7471673 or 13106573. OLE color: 13106573.

HSL color Cylindrical-coordinate representation of color #8DFDC7: hue angle of 151.07º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFDC7 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB141253199-
CMYK0.4400.210.01
HSL151.07º96.55%77.25%-
HSV(B)151.07º44.27%99.22%-
XYZ56.4280.0466.51-
YUV213.36119.8976.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.78%
GREEN value IS 253 (99.22% from 255) = 42.66%
BLUE value IS 199 (78.12% from 255) = 33.56%
R=23.78%
G=42.66%
B=33.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412531990.4400.210.01151.0796.5577.25
Hex8DFDC72C015197614d
Octal215375307540251227141115
Binary10001101111111011100011110110001010111001011111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,253,199); }

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

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

 a { background-color: rgb(141,253,199); }

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

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

 span { border-color: rgb(141,253,199); }

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