#8CFCBA

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

Shades of Aquamarine #8CFCBA

Tints of Aquamarine #8CFCBA

Color information

#8CFCBA (or 0x8CFCBA) is unknown color: approx Aquamarine. HEX triplet: 8C, FC and BA. RGB value is (140,252,186). Sum of RGB (Red+Green+Blue) = 140+252+186=578 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.22% from 578); Green value is 252 (98.83% from 255 or 43.60% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFCBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFCBA is #730345. Grayscale: #D3D3D3. Windows color (decimal): -7537478 or 12254348. OLE color: 12254348.

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

Color convert

RGB140252186-
CMYK0.4400.260.01
HSL144.64º94.92%76.86%-
HSV(B)144.64º44.44%98.82%-
XYZ54.4978.7458.78-
YUV210.99113.8977.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.22%
GREEN value IS 252 (98.83% from 255) = 43.60%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=24.22%
G=43.60%
B=32.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1402521860.4400.260.01144.6494.9276.86
Hex8CFCBA2C01A1915f4d
Octal214374272540321221137115
Binary10001100111111001011101010110001101011001000110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,252,186); }

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

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

 a { background-color: rgb(140,252,186); }

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

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

 span { border-color: rgb(140,252,186); }

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