#8DF9BF

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

Shades of Aquamarine #8DF9BF

Tints of Aquamarine #8DF9BF

Color information

#8DF9BF (or 0x8DF9BF) is unknown color: approx Aquamarine. HEX triplet: 8D, F9 and BF. RGB value is (141,249,191). Sum of RGB (Red+Green+Blue) = 141+249+191=581 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.27% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #8DF9BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF9BF is #720640. Grayscale: #D2D2D2. Windows color (decimal): -7472705 or 12581261. OLE color: 12581261.

HSL color Cylindrical-coordinate representation of color #8DF9BF: hue angle of 147.78º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DF9BF is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB141249191-
CMYK0.4300.230.02
HSL147.78º90%76.47%-
HSV(B)147.78º43.37%97.65%-
XYZ54.2677.1861.33-
YUV210.1117.2278.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.27%
GREEN value IS 249 (97.66% from 255) = 42.86%
BLUE value IS 191 (75% from 255) = 32.87%
R=24.27%
G=42.86%
B=32.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412491910.4300.230.02147.789076.47
Hex8DF9BF2B0172945a4c
Octal215371277530272224132114
Binary100011011111100110111111101011010111101001010010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,249,191); }

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

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

 a { background-color: rgb(141,249,191); }

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

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

 span { border-color: rgb(141,249,191); }

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