#8FFFE1

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

Shades of Aquamarine #8FFFE1

Tints of Aquamarine #8FFFE1

Color information

#8FFFE1 (or 0x8FFFE1) is unknown color: approx Aquamarine. HEX triplet: 8F, FF and E1. RGB value is (143,255,225). Sum of RGB (Red+Green+Blue) = 143+255+225=623 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.95% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 225 (88.28% from 255 or 36.12% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFFE1 is #70001E. Grayscale: #DADADA. Windows color (decimal): -7340063 or 14811023. OLE color: 14811023.

HSL color Cylindrical-coordinate representation of color #8FFFE1: hue angle of 163.93º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FFFE1 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB143255225-
CMYK0.4400.120
HSL163.93º100%78.04%-
HSV(B)163.93º43.92%100%-
XYZ60.6882.884.02-
YUV218.09131.8974.44-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.95%
GREEN value IS 255 (100% from 255) = 40.93%
BLUE value IS 225 (88.28% from 255) = 36.12%
R=22.95%
G=40.93%
B=36.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1432552250.4400.120163.9310078.04
Hex8FFFE12C0C0a4644e
Octal217377341540140244144116
Binary1000111111111111111000011011000110001010010011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,255,225); }

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

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

 a { background-color: rgb(143,255,225); }

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

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

 span { border-color: rgb(143,255,225); }

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