#8FF9DC

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

Shades of Aquamarine #8FF9DC

Tints of Aquamarine #8FF9DC

Color information

#8FF9DC (or 0x8FF9DC) is unknown color: approx Aquamarine. HEX triplet: 8F, F9 and DC. RGB value is (143,249,220). Sum of RGB (Red+Green+Blue) = 143+249+220=612 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.37% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #8FF9DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF9DC is #700623. Grayscale: #D6D6D6. Windows color (decimal): -7341604 or 14481807. OLE color: 14481807.

HSL color Cylindrical-coordinate representation of color #8FF9DC: hue angle of 163.58º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FF9DC is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB143249220-
CMYK0.4300.120.02
HSL163.58º89.83%76.86%-
HSV(B)163.58º42.57%97.65%-
XYZ58.1278.7679.85-
YUV214131.3877.36-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.37%
GREEN value IS 249 (97.66% from 255) = 40.69%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=23.37%
G=40.69%
B=35.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1432492200.4300.120.02163.5889.8376.86
Hex8FF9DC2B0C2a45a4d
Octal217371334530142244132115
Binary10001111111110011101110010101101100101010010010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,249,220); }

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

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

 a { background-color: rgb(143,249,220); }

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

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

 span { border-color: rgb(143,249,220); }

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