#8BF7CD

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

Shades of Aquamarine #8BF7CD

Tints of Aquamarine #8BF7CD

Color information

#8BF7CD (or 0x8BF7CD) is unknown color: approx Aquamarine. HEX triplet: 8B, F7 and CD. RGB value is (139,247,205). Sum of RGB (Red+Green+Blue) = 139+247+205=591 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.52% from 591); Green value is 247 (96.88% from 255 or 41.79% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 247 - color contains mainly: green. Hex color #8BF7CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF7CD is #740832. Grayscale: #D1D1D1. Windows color (decimal): -7604275 or 13498251. OLE color: 13498251.

HSL color Cylindrical-coordinate representation of color #8BF7CD: hue angle of 156.67º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BF7CD is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB139247205-
CMYK0.4400.170.03
HSL156.67º87.1%75.69%-
HSV(B)156.67º43.72%96.86%-
XYZ54.9376.4269.61-
YUV209.92125.2277.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.52%
GREEN value IS 247 (96.88% from 255) = 41.79%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=23.52%
G=41.79%
B=34.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1392472050.4400.170.03156.6787.175.69
Hex8BF7CD2C01139d574c
Octal213367315540213235127114
Binary100010111111011111001101101100010001111001110110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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