#8FF2E0

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

Shades of Aquamarine #8FF2E0

Tints of Aquamarine #8FF2E0

Color information

#8FF2E0 (or 0x8FF2E0) is unknown color: approx Aquamarine. HEX triplet: 8F, F2 and E0. RGB value is (143,242,224). Sum of RGB (Red+Green+Blue) = 143+242+224=609 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.48% from 609); Green value is 242 (94.92% from 255 or 39.74% from 609); Blue value is 224 (87.89% from 255 or 36.78% from 609); Max value from RGB is 242 - color contains mainly: green. Hex color #8FF2E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF2E0 is #700D1F. Grayscale: #D2D2D2. Windows color (decimal): -7343392 or 14742159. OLE color: 14742159.

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

Color convert

RGB143242224-
CMYK0.4100.070.05
HSL169.09º79.2%75.49%-
HSV(B)169.09º40.91%94.9%-
XYZ56.5374.7381.96-
YUV210.35135.779.96-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.48%
GREEN value IS 242 (94.92% from 255) = 39.74%
BLUE value IS 224 (87.89% from 255) = 36.78%
R=23.48%
G=39.74%
B=36.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1432422240.4100.070.05169.0979.275.49
Hex8FF2E029075a94f4b
Octal21736234051075251117113
Binary10001111111100101110000010100101111011010100110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,242,224); }

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

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

 a { background-color: rgb(143,242,224); }

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

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

 span { border-color: rgb(143,242,224); }

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