#8DF2CF

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

Shades of Aquamarine #8DF2CF

Tints of Aquamarine #8DF2CF

Color information

#8DF2CF (or 0x8DF2CF) is unknown color: approx Aquamarine. HEX triplet: 8D, F2 and CF. RGB value is (141,242,207). Sum of RGB (Red+Green+Blue) = 141+242+207=590 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.90% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF2CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF2CF is #720D30. Grayscale: #CFCFCF. Windows color (decimal): -7474481 or 13628045. OLE color: 13628045.

HSL color Cylindrical-coordinate representation of color #8DF2CF: hue angle of 159.21º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DF2CF is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB141242207-
CMYK0.4200.140.05
HSL159.21º79.53%75.1%-
HSV(B)159.21º41.74%94.9%-
XYZ5473.6770.41-
YUV207.81127.5480.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.90%
GREEN value IS 242 (94.92% from 255) = 41.02%
BLUE value IS 207 (81.25% from 255) = 35.08%
R=23.90%
G=41.02%
B=35.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1412422070.4200.140.05159.2179.5375.1
Hex8DF2CF2A0E59f504b
Octal215362317520165237120113
Binary100011011111001011001111101010011101011001111110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,242,207); }

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

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

 a { background-color: rgb(141,242,207); }

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

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

 span { border-color: rgb(141,242,207); }

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