#8BFEC3

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

Shades of Aquamarine #8BFEC3

Tints of Aquamarine #8BFEC3

Color information

#8BFEC3 (or 0x8BFEC3) is unknown color: approx Aquamarine. HEX triplet: 8B, FE and C3. RGB value is (139,254,195). Sum of RGB (Red+Green+Blue) = 139+254+195=588 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.64% from 588); Green value is 254 (99.61% from 255 or 43.20% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 254 - color contains mainly: green. Hex color #8BFEC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFEC3 is #74013C. Grayscale: #D5D5D5. Windows color (decimal): -7602493 or 12844683. OLE color: 12844683.

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

Color convert

RGB139254195-
CMYK0.4500.230.00
HSL149.22º98.29%77.06%-
HSV(B)149.22º45.28%99.61%-
XYZ55.9480.3164.18-
YUV212.89117.975.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.64%
GREEN value IS 254 (99.61% from 255) = 43.20%
BLUE value IS 195 (76.56% from 255) = 33.16%
R=23.64%
G=43.20%
B=33.16%

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
Decimal1392541950.4500.230.00149.2298.2977.06
Hex8BFEC32D017095624d
Octal213376303550270225142115
Binary10001011111111101100001110110101011101001010111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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