#8EF1CA

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

Shades of Aquamarine #8EF1CA

Tints of Aquamarine #8EF1CA

Color information

#8EF1CA (or 0x8EF1CA) is unknown color: approx Aquamarine. HEX triplet: 8E, F1 and CA. RGB value is (142,241,202). Sum of RGB (Red+Green+Blue) = 142+241+202=585 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.27% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 241 - color contains mainly: green. Hex color #8EF1CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF1CA is #710E35. Grayscale: #CFCFCF. Windows color (decimal): -7409206 or 13300110. OLE color: 13300110.

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

Color convert

RGB142241202-
CMYK0.4100.160.05
HSL156.36º77.95%75.1%-
HSV(B)156.36º41.08%94.51%-
XYZ53.2772.9367.15-
YUV206.95125.281.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.27%
GREEN value IS 241 (94.53% from 255) = 41.20%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=24.27%
G=41.20%
B=34.53%

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
Decimal1422412020.4100.160.05156.3677.9575.1
Hex8EF1CA2901059c4e4b
Octal216361312510205234116113
Binary1000111011110001110010101010010100001011001110010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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