#8BFDDD

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

Shades of Aquamarine #8BFDDD

Tints of Aquamarine #8BFDDD

Color information

#8BFDDD (or 0x8BFDDD) is unknown color: approx Aquamarine. HEX triplet: 8B, FD and DD. RGB value is (139,253,221). Sum of RGB (Red+Green+Blue) = 139+253+221=613 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.68% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFDDD is #740222. Grayscale: #D7D7D7. Windows color (decimal): -7602723 or 14548363. OLE color: 14548363.

HSL color Cylindrical-coordinate representation of color #8BFDDD: hue angle of 163.16º 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 #8BFDDD is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB139253221-
CMYK0.4500.130.01
HSL163.16º96.61%76.86%-
HSV(B)163.16º45.06%99.22%-
XYZ58.8280.9680.93-
YUV215.27131.2373.6-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.68%
GREEN value IS 253 (99.22% from 255) = 41.27%
BLUE value IS 221 (86.72% from 255) = 36.05%
R=22.68%
G=41.27%
B=36.05%

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
Decimal1392532210.4500.130.01163.1696.6176.86
Hex8BFDDD2D0D1a3614d
Octal213375335550151243141115
Binary1000101111111101110111011011010110111010001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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