#8BF2CE

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

Shades of Aquamarine #8BF2CE

Tints of Aquamarine #8BF2CE

Color information

#8BF2CE (or 0x8BF2CE) is unknown color: approx Aquamarine. HEX triplet: 8B, F2 and CE. RGB value is (139,242,206). Sum of RGB (Red+Green+Blue) = 139+242+206=587 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.68% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 242 - color contains mainly: green. Hex color #8BF2CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF2CE is #740D31. Grayscale: #CFCFCF. Windows color (decimal): -7605554 or 13562507. OLE color: 13562507.

HSL color Cylindrical-coordinate representation of color #8BF2CE: hue angle of 159.03º 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 #8BF2CE is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB139242206-
CMYK0.4300.150.05
HSL159.03º79.84%74.71%-
HSV(B)159.03º42.56%94.9%-
XYZ53.5473.4569.75-
YUV207.1127.3879.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.68%
GREEN value IS 242 (94.92% from 255) = 41.23%
BLUE value IS 206 (80.86% from 255) = 35.09%
R=23.68%
G=41.23%
B=35.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1392422060.4300.150.05159.0379.8474.71
Hex8BF2CE2B0F59f504b
Octal213362316530175237120113
Binary100010111111001011001110101011011111011001111110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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