#8DF1CA

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

Shades of Aquamarine #8DF1CA

Tints of Aquamarine #8DF1CA

Color information

#8DF1CA (or 0x8DF1CA) is unknown color: approx Aquamarine. HEX triplet: 8D, F1 and CA. RGB value is (141,241,202). Sum of RGB (Red+Green+Blue) = 141+241+202=584 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.14% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF1CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF1CA is #720E35. Grayscale: #CECECE. Windows color (decimal): -7474742 or 13300109. OLE color: 13300109.

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

Color convert

RGB141241202-
CMYK0.4100.160.05
HSL156.6º78.12%74.9%-
HSV(B)156.6º41.49%94.51%-
XYZ53.172.8467.14-
YUV206.65125.3781.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.14%
GREEN value IS 241 (94.53% from 255) = 41.27%
BLUE value IS 202 (79.30% from 255) = 34.59%
R=24.14%
G=41.27%
B=34.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1412412020.4100.160.05156.678.1274.9
Hex8DF1CA2901059d4e4b
Octal215361312510205235116113
Binary1000110111110001110010101010010100001011001110110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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