#8BF7CF

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

Shades of Aquamarine #8BF7CF

Tints of Aquamarine #8BF7CF

Color information

#8BF7CF (or 0x8BF7CF) is unknown color: approx Aquamarine. HEX triplet: 8B, F7 and CF. RGB value is (139,247,207). Sum of RGB (Red+Green+Blue) = 139+247+207=593 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.44% from 593); Green value is 247 (96.88% from 255 or 41.65% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 247 - color contains mainly: green. Hex color #8BF7CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF7CF is #740830. Grayscale: #D2D2D2. Windows color (decimal): -7604273 or 13629323. OLE color: 13629323.

HSL color Cylindrical-coordinate representation of color #8BF7CF: hue angle of 157.78º 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 #8BF7CF is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB139247207-
CMYK0.4400.160.03
HSL157.78º87.1%75.69%-
HSV(B)157.78º43.72%96.86%-
XYZ55.1776.5270.89-
YUV210.15126.2277.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.44%
GREEN value IS 247 (96.88% from 255) = 41.65%
BLUE value IS 207 (81.25% from 255) = 34.91%
R=23.44%
G=41.65%
B=34.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1392472070.4400.160.03157.7887.175.69
Hex8BF7CF2C01039e574c
Octal213367317540203236127114
Binary100010111111011111001111101100010000111001111010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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