#8BF7DD

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

Shades of Aquamarine #8BF7DD

Tints of Aquamarine #8BF7DD

Color information

#8BF7DD (or 0x8BF7DD) is unknown color: approx Aquamarine. HEX triplet: 8B, F7 and DD. RGB value is (139,247,221). Sum of RGB (Red+Green+Blue) = 139+247+221=607 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.90% from 607); Green value is 247 (96.88% from 255 or 40.69% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 247 - color contains mainly: green. Hex color #8BF7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF7DD is #740822. Grayscale: #D3D3D3. Windows color (decimal): -7604259 or 14546827. OLE color: 14546827.

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

Color convert

RGB139247221-
CMYK0.4400.110.03
HSL165.56º87.1%75.69%-
HSV(B)165.56º43.72%96.86%-
XYZ56.9677.2380.31-
YUV211.74133.2276.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.90%
GREEN value IS 247 (96.88% from 255) = 40.69%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=22.90%
G=40.69%
B=36.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1392472210.4400.110.03165.5687.175.69
Hex8BF7DD2C0B3a6574c
Octal213367335540133246127114
Binary10001011111101111101110110110001011111010011010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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