#8BFEC4

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

Shades of Aquamarine #8BFEC4

Tints of Aquamarine #8BFEC4

Color information

#8BFEC4 (or 0x8BFEC4) is unknown color: approx Aquamarine. HEX triplet: 8B, FE and C4. RGB value is (139,254,196). Sum of RGB (Red+Green+Blue) = 139+254+196=589 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.60% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #8BFEC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFEC4 is #74013B. Grayscale: #D5D5D5. Windows color (decimal): -7602492 or 12910219. OLE color: 12910219.

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

Color convert

RGB139254196-
CMYK0.4500.230.00
HSL149.74º98.29%77.06%-
HSV(B)149.74º45.28%99.61%-
XYZ56.0580.3664.78-
YUV213118.475.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.60%
GREEN value IS 254 (99.61% from 255) = 43.12%
BLUE value IS 196 (76.95% from 255) = 33.28%
R=23.60%
G=43.12%
B=33.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1392541960.4500.230.00149.7498.2977.06
Hex8BFEC42D017096624d
Octal213376304550270226142115
Binary10001011111111101100010010110101011101001011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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