#8CFECC

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

Shades of Aquamarine #8CFECC

Tints of Aquamarine #8CFECC

Color information

#8CFECC (or 0x8CFECC) is unknown color: approx Aquamarine. HEX triplet: 8C, FE and CC. RGB value is (140,254,204). Sum of RGB (Red+Green+Blue) = 140+254+204=598 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.41% from 598); Green value is 254 (99.61% from 255 or 42.47% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFECC is #730133. Grayscale: #D6D6D6. Windows color (decimal): -7536948 or 13434508. OLE color: 13434508.

HSL color Cylindrical-coordinate representation of color #8CFECC: hue angle of 153.68º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFECC is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB140254204-
CMYK0.4500.200.00
HSL153.68º98.28%77.25%-
HSV(B)153.68º44.88%99.61%-
XYZ57.1680.8269.71-
YUV214.21122.2375.07-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.41%
GREEN value IS 254 (99.61% from 255) = 42.47%
BLUE value IS 204 (80.08% from 255) = 34.11%
R=23.41%
G=42.47%
B=34.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1402542040.4500.200.00153.6898.2877.25
Hex8CFECC2D01409a624d
Octal214376314550240232142115
Binary10001100111111101100110010110101010001001101011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,254,204); }

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

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

 a { background-color: rgb(140,254,204); }

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

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

 span { border-color: rgb(140,254,204); }

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