#8BFFDC

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

Shades of Aquamarine #8BFFDC

Tints of Aquamarine #8BFFDC

Color information

#8BFFDC (or 0x8BFFDC) is unknown color: approx Aquamarine. HEX triplet: 8B, FF and DC. RGB value is (139,255,220). Sum of RGB (Red+Green+Blue) = 139+255+220=614 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.64% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #8BFFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFFDC is #740023. Grayscale: #D8D8D8. Windows color (decimal): -7602212 or 14483339. OLE color: 14483339.

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

Color convert

RGB139255220-
CMYK0.4500.140
HSL161.9º100%77.25%-
HSV(B)161.9º45.49%100%-
XYZ59.3382.1880.44-
YUV216.33130.0772.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.64%
GREEN value IS 255 (100% from 255) = 41.53%
BLUE value IS 220 (86.33% from 255) = 35.83%
R=22.64%
G=41.53%
B=35.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1392552200.4500.140161.910077.25
Hex8BFFDC2D0E0a2644d
Octal213377334550160242144115
Binary1000101111111111110111001011010111001010001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,255,220); }

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

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

 a { background-color: rgb(139,255,220); }

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

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

 span { border-color: rgb(139,255,220); }

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