#8DF2CA

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

Shades of Aquamarine #8DF2CA

Tints of Aquamarine #8DF2CA

Color information

#8DF2CA (or 0x8DF2CA) is unknown color: approx Aquamarine. HEX triplet: 8D, F2 and CA. RGB value is (141,242,202). Sum of RGB (Red+Green+Blue) = 141+242+202=585 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.10% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF2CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF2CA is #720D35. Grayscale: #CFCFCF. Windows color (decimal): -7474486 or 13300365. OLE color: 13300365.

HSL color Cylindrical-coordinate representation of color #8DF2CA: hue angle of 156.24º 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 #8DF2CA is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB141242202-
CMYK0.4200.170.05
HSL156.24º79.53%75.1%-
HSV(B)156.24º41.74%94.9%-
XYZ53.473.4367.24-
YUV207.24125.0480.75-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.10%
GREEN value IS 242 (94.92% from 255) = 41.37%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=24.10%
G=41.37%
B=34.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1412422020.4200.170.05156.2479.5375.1
Hex8DF2CA2A01159c504b
Octal215362312520215234120113
Binary1000110111110010110010101010100100011011001110010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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