#8BFDDB

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

Shades of Aquamarine #8BFDDB

Tints of Aquamarine #8BFDDB

Color information

#8BFDDB (or 0x8BFDDB) is unknown color: approx Aquamarine. HEX triplet: 8B, FD and DB. RGB value is (139,253,219). Sum of RGB (Red+Green+Blue) = 139+253+219=611 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.75% from 611); Green value is 253 (99.22% from 255 or 41.41% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFDDB is #740224. Grayscale: #D7D7D7. Windows color (decimal): -7602725 or 14417291. OLE color: 14417291.

HSL color Cylindrical-coordinate representation of color #8BFDDB: hue angle of 162.11º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFDDB is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB139253219-
CMYK0.4500.130.01
HSL162.11º96.61%76.86%-
HSV(B)162.11º45.06%99.22%-
XYZ58.5680.8579.54-
YUV215.04130.2373.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.75%
GREEN value IS 253 (99.22% from 255) = 41.41%
BLUE value IS 219 (85.94% from 255) = 35.84%
R=22.75%
G=41.41%
B=35.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1392532190.4500.130.01162.1196.6176.86
Hex8BFDDB2D0D1a2614d
Octal213375333550151242141115
Binary1000101111111101110110111011010110111010001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,253,219); }

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

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

 a { background-color: rgb(139,253,219); }

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

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

 span { border-color: rgb(139,253,219); }

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