#8FFCC8

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

Shades of Aquamarine #8FFCC8

Tints of Aquamarine #8FFCC8

Color information

#8FFCC8 (or 0x8FFCC8) is unknown color: approx Aquamarine. HEX triplet: 8F, FC and C8. RGB value is (143,252,200). Sum of RGB (Red+Green+Blue) = 143+252+200=595 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.03% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFCC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFCC8 is #700337. Grayscale: #D5D5D5. Windows color (decimal): -7340856 or 13171855. OLE color: 13171855.

HSL color Cylindrical-coordinate representation of color #8FFCC8: hue angle of 151.38º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFCC8 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB143252200-
CMYK0.4300.210.01
HSL151.38º94.78%77.45%-
HSV(B)151.38º43.25%98.82%-
XYZ56.5679.6367.03-
YUV213.48120.3977.73-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.03%
GREEN value IS 252 (98.83% from 255) = 42.35%
BLUE value IS 200 (78.52% from 255) = 33.61%
R=24.03%
G=42.35%
B=33.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1432522000.4300.210.01151.3894.7877.45
Hex8FFCC82B0151975f4d
Octal217374310530251227137115
Binary10001111111111001100100010101101010111001011110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,252,200); }

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

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

 a { background-color: rgb(143,252,200); }

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

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

 span { border-color: rgb(143,252,200); }

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