#8CFEB7

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

Shades of Aquamarine #8CFEB7

Tints of Aquamarine #8CFEB7

Color information

#8CFEB7 (or 0x8CFEB7) is unknown color: approx Aquamarine. HEX triplet: 8C, FE and B7. RGB value is (140,254,183). Sum of RGB (Red+Green+Blue) = 140+254+183=577 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.26% from 577); Green value is 254 (99.61% from 255 or 44.02% from 577); Blue value is 183 (71.88% from 255 or 31.72% from 577); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFEB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFEB7 is #730148. Grayscale: #D3D3D3. Windows color (decimal): -7536969 or 12058252. OLE color: 12058252.

HSL color Cylindrical-coordinate representation of color #8CFEB7: hue angle of 142.63º 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 #8CFEB7 is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB140254183-
CMYK0.4500.280.00
HSL142.63º98.28%77.25%-
HSV(B)142.63º44.88%99.61%-
XYZ54.879.8857.33-
YUV211.82111.7376.77-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.26%
GREEN value IS 254 (99.61% from 255) = 44.02%
BLUE value IS 183 (71.88% from 255) = 31.72%
R=24.26%
G=44.02%
B=31.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1402541830.4500.280.00142.6398.2877.25
Hex8CFEB72D01C08f624d
Octal214376267550340217142115
Binary10001100111111101011011110110101110001000111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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