#8CFEBE

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

Shades of Aquamarine #8CFEBE

Tints of Aquamarine #8CFEBE

Color information

#8CFEBE (or 0x8CFEBE) is unknown color: approx Aquamarine. HEX triplet: 8C, FE and BE. RGB value is (140,254,190). Sum of RGB (Red+Green+Blue) = 140+254+190=584 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.97% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFEBE is #730141. Grayscale: #D4D4D4. Windows color (decimal): -7536962 or 12517004. OLE color: 12517004.

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

Color convert

RGB140254190-
CMYK0.4500.250.00
HSL146.32º98.28%77.25%-
HSV(B)146.32º44.88%99.61%-
XYZ55.5580.1861.26-
YUV212.62115.2376.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.97%
GREEN value IS 254 (99.61% from 255) = 43.49%
BLUE value IS 190 (74.61% from 255) = 32.53%
R=23.97%
G=43.49%
B=32.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1402541900.4500.250.00146.3298.2877.25
Hex8CFEBE2D019092624d
Octal214376276550310222142115
Binary10001100111111101011111010110101100101001001011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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