#8BF2CD

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

Shades of Aquamarine #8BF2CD

Tints of Aquamarine #8BF2CD

Color information

#8BF2CD (or 0x8BF2CD) is unknown color: approx Aquamarine. HEX triplet: 8B, F2 and CD. RGB value is (139,242,205). Sum of RGB (Red+Green+Blue) = 139+242+205=586 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.72% from 586); Green value is 242 (94.92% from 255 or 41.30% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 242 - color contains mainly: green. Hex color #8BF2CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF2CD is #740D32. Grayscale: #CFCFCF. Windows color (decimal): -7605555 or 13496971. OLE color: 13496971.

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

Color convert

RGB139242205-
CMYK0.4300.150.05
HSL158.45º79.84%74.71%-
HSV(B)158.45º42.56%94.9%-
XYZ53.4273.469.11-
YUV206.98126.8879.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.72%
GREEN value IS 242 (94.92% from 255) = 41.30%
BLUE value IS 205 (80.47% from 255) = 34.98%
R=23.72%
G=41.30%
B=34.98%

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
Decimal1392422050.4300.150.05158.4579.8474.71
Hex8BF2CD2B0F59e504b
Octal213362315530175236120113
Binary100010111111001011001101101011011111011001111010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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