#8BF7DA

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

Shades of Aquamarine #8BF7DA

Tints of Aquamarine #8BF7DA

Color information

#8BF7DA (or 0x8BF7DA) is unknown color: approx Aquamarine. HEX triplet: 8B, F7 and DA. RGB value is (139,247,218). Sum of RGB (Red+Green+Blue) = 139+247+218=604 (80% of max value = 765). Red value is 139 (54.69% from 255 or 23.01% from 604); Green value is 247 (96.88% from 255 or 40.89% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 247 - color contains mainly: green. Hex color #8BF7DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF7DA is #740825. Grayscale: #D3D3D3. Windows color (decimal): -7604262 or 14350219. OLE color: 14350219.

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

Color convert

RGB139247218-
CMYK0.4400.120.03
HSL163.89º87.1%75.69%-
HSV(B)163.89º43.72%96.86%-
XYZ56.5677.0778.22-
YUV211.4131.7276.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.01%
GREEN value IS 247 (96.88% from 255) = 40.89%
BLUE value IS 218 (85.55% from 255) = 36.09%
R=23.01%
G=40.89%
B=36.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1392472180.4400.120.03163.8987.175.69
Hex8BF7DA2C0C3a4574c
Octal213367332540143244127114
Binary10001011111101111101101010110001100111010010010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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