#8FF6D0

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

Shades of Aquamarine #8FF6D0

Tints of Aquamarine #8FF6D0

Color information

#8FF6D0 (or 0x8FF6D0) is unknown color: approx Aquamarine. HEX triplet: 8F, F6 and D0. RGB value is (143,246,208). Sum of RGB (Red+Green+Blue) = 143+246+208=597 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.95% from 597); Green value is 246 (96.48% from 255 or 41.21% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 246 - color contains mainly: green. Hex color #8FF6D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF6D0 is #70092F. Grayscale: #D2D2D2. Windows color (decimal): -7342384 or 13694607. OLE color: 13694607.

HSL color Cylindrical-coordinate representation of color #8FF6D0: hue angle of 157.86º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FF6D0 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB143246208-
CMYK0.4200.150.04
HSL157.86º85.12%76.27%-
HSV(B)157.86º41.87%96.47%-
XYZ55.6776.3171.47-
YUV210.87126.3879.59-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.95%
GREEN value IS 246 (96.48% from 255) = 41.21%
BLUE value IS 208 (81.64% from 255) = 34.84%
R=23.95%
G=41.21%
B=34.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1432462080.4200.150.04157.8685.1276.27
Hex8FF6D02A0F49e554c
Octal217366320520174236125114
Binary100011111111011011010000101010011111001001111010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,246,208); }

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

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

 a { background-color: rgb(143,246,208); }

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

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

 span { border-color: rgb(143,246,208); }

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