#8FFFC3

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

Shades of Aquamarine #8FFFC3

Tints of Aquamarine #8FFFC3

Color information

#8FFFC3 (or 0x8FFFC3) is unknown color: approx Aquamarine. HEX triplet: 8F, FF and C3. RGB value is (143,255,195). Sum of RGB (Red+Green+Blue) = 143+255+195=593 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.11% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 195 (76.56% from 255 or 32.88% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFFC3 is #70003C. Grayscale: #D6D6D6. Windows color (decimal): -7340093 or 12844943. OLE color: 12844943.

HSL color Cylindrical-coordinate representation of color #8FFFC3: hue angle of 147.86º 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 #8FFFC3 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB143255195-
CMYK0.4400.240
HSL147.86º100%78.04%-
HSV(B)147.86º43.92%100%-
XYZ56.9481.364.32-
YUV214.67116.8976.88-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.11%
GREEN value IS 255 (100% from 255) = 43.00%
BLUE value IS 195 (76.56% from 255) = 32.88%
R=24.11%
G=43.00%
B=32.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1432551950.4400.240147.8610078.04
Hex8FFFC32C018094644e
Octal217377303540300224144116
Binary10001111111111111100001110110001100001001010011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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