#8BFEC5

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

Shades of Aquamarine #8BFEC5

Tints of Aquamarine #8BFEC5

Color information

#8BFEC5 (or 0x8BFEC5) is unknown color: approx Aquamarine. HEX triplet: 8B, FE and C5. RGB value is (139,254,197). Sum of RGB (Red+Green+Blue) = 139+254+197=590 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.56% from 590); Green value is 254 (99.61% from 255 or 43.05% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 254 - color contains mainly: green. Hex color #8BFEC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFEC5 is #74013A. Grayscale: #D5D5D5. Windows color (decimal): -7602491 or 12975755. OLE color: 12975755.

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

Color convert

RGB139254197-
CMYK0.4500.220.00
HSL150.26º98.29%77.06%-
HSV(B)150.26º45.28%99.61%-
XYZ56.1780.465.38-
YUV213.12118.975.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.56%
GREEN value IS 254 (99.61% from 255) = 43.05%
BLUE value IS 197 (77.34% from 255) = 33.39%
R=23.56%
G=43.05%
B=33.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1392541970.4500.220.00150.2698.2977.06
Hex8BFEC52D016096624d
Octal213376305550260226142115
Binary10001011111111101100010110110101011001001011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,254,197); }

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

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

 a { background-color: rgb(139,254,197); }

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

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

 span { border-color: rgb(139,254,197); }

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