#8BF2C7

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

Shades of Aquamarine #8BF2C7

Tints of Aquamarine #8BF2C7

Color information

#8BF2C7 (or 0x8BF2C7) is unknown color: approx Aquamarine. HEX triplet: 8B, F2 and C7. RGB value is (139,242,199). Sum of RGB (Red+Green+Blue) = 139+242+199=580 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.97% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 199 (78.12% from 255 or 34.31% from 580); Max value from RGB is 242 - color contains mainly: green. Hex color #8BF2C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF2C7 is #740D38. Grayscale: #CECECE. Windows color (decimal): -7605561 or 13103755. OLE color: 13103755.

HSL color Cylindrical-coordinate representation of color #8BF2C7: hue angle of 154.95º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BF2C7 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB139242199-
CMYK0.4300.180.05
HSL154.95º79.84%74.71%-
HSV(B)154.95º42.56%94.9%-
XYZ52.7173.1265.37-
YUV206.3123.8880-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.97%
GREEN value IS 242 (94.92% from 255) = 41.72%
BLUE value IS 199 (78.12% from 255) = 34.31%
R=23.97%
G=41.72%
B=34.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1392421990.4300.180.05154.9579.8474.71
Hex8BF2C72B01259b504b
Octal213362307530225233120113
Binary1000101111110010110001111010110100101011001101110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,242,199); }

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

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

 a { background-color: rgb(139,242,199); }

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

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

 span { border-color: rgb(139,242,199); }

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