#8FFCB9

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

Shades of Aquamarine #8FFCB9

Tints of Aquamarine #8FFCB9

Color information

#8FFCB9 (or 0x8FFCB9) is unknown color: approx Aquamarine. HEX triplet: 8F, FC and B9. RGB value is (143,252,185). Sum of RGB (Red+Green+Blue) = 143+252+185=580 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.66% from 580); Green value is 252 (98.83% from 255 or 43.45% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFCB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFCB9 is #700346. Grayscale: #D3D3D3. Windows color (decimal): -7340871 or 12188815. OLE color: 12188815.

HSL color Cylindrical-coordinate representation of color #8FFCB9: hue angle of 143.12º 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 #8FFCB9 is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB143252185-
CMYK0.4300.270.01
HSL143.12º94.78%77.45%-
HSV(B)143.12º43.25%98.82%-
XYZ54.978.9658.25-
YUV211.77112.8978.95-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.66%
GREEN value IS 252 (98.83% from 255) = 43.45%
BLUE value IS 185 (72.66% from 255) = 31.90%
R=24.66%
G=43.45%
B=31.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1432521850.4300.270.01143.1294.7877.45
Hex8FFCB92B01B18f5f4d
Octal217374271530331217137115
Binary10001111111111001011100110101101101111000111110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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