#8BF2DA

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

Shades of Aquamarine #8BF2DA

Tints of Aquamarine #8BF2DA

Color information

#8BF2DA (or 0x8BF2DA) is unknown color: approx Aquamarine. HEX triplet: 8B, F2 and DA. RGB value is (139,242,218). Sum of RGB (Red+Green+Blue) = 139+242+218=599 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.21% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #8BF2DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF2DA is #740D25. Grayscale: #D0D0D0. Windows color (decimal): -7605542 or 14348939. OLE color: 14348939.

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

Color convert

RGB139242218-
CMYK0.4300.100.05
HSL166.02º79.84%74.71%-
HSV(B)166.02º42.56%94.9%-
XYZ55.0574.0677.72-
YUV208.47133.3878.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.21%
GREEN value IS 242 (94.92% from 255) = 40.40%
BLUE value IS 218 (85.55% from 255) = 36.39%
R=23.21%
G=40.40%
B=36.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1392422180.4300.100.05166.0279.8474.71
Hex8BF2DA2B0A5a6504b
Octal213362332530125246120113
Binary100010111111001011011010101011010101011010011010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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