#8BEFDD

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

Shades of Aquamarine #8BEFDD

Tints of Aquamarine #8BEFDD

Color information

#8BEFDD (or 0x8BEFDD) is unknown color: approx Aquamarine. HEX triplet: 8B, EF and DD. RGB value is (139,239,221). Sum of RGB (Red+Green+Blue) = 139+239+221=599 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.21% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEFDD is #741022. Grayscale: #CFCFCF. Windows color (decimal): -7606307 or 14544779. OLE color: 14544779.

HSL color Cylindrical-coordinate representation of color #8BEFDD: hue angle of 169.2º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BEFDD is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB139239221-
CMYK0.4200.080.06
HSL169.2º75.76%74.12%-
HSV(B)169.2º41.84%93.73%-
XYZ54.5772.4479.51-
YUV207.05135.8779.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.21%
GREEN value IS 239 (93.75% from 255) = 39.90%
BLUE value IS 221 (86.72% from 255) = 36.89%
R=23.21%
G=39.90%
B=36.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1392392210.4200.080.06169.275.7674.12
Hex8BEFDD2A086a94c4a
Octal213357335520106251114112
Binary100010111110111111011101101010010001101010100110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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