#8CFEB5

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

Shades of Aquamarine #8CFEB5

Tints of Aquamarine #8CFEB5

Color information

#8CFEB5 (or 0x8CFEB5) is unknown color: approx Aquamarine. HEX triplet: 8C, FE and B5. RGB value is (140,254,181). Sum of RGB (Red+Green+Blue) = 140+254+181=575 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.35% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFEB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFEB5 is #73014A. Grayscale: #D3D3D3. Windows color (decimal): -7536971 or 11927180. OLE color: 11927180.

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

Color convert

RGB140254181-
CMYK0.4500.290.00
HSL141.58º98.28%77.25%-
HSV(B)141.58º44.88%99.61%-
XYZ54.679.856.24-
YUV211.59110.7376.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.35%
GREEN value IS 254 (99.61% from 255) = 44.17%
BLUE value IS 181 (71.09% from 255) = 31.48%
R=24.35%
G=44.17%
B=31.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1402541810.4500.290.00141.5898.2877.25
Hex8CFEB52D01D08e624d
Octal214376265550350216142115
Binary10001100111111101011010110110101110101000111011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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