#8DFBE2

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

Shades of Aquamarine #8DFBE2

Tints of Aquamarine #8DFBE2

Color information

#8DFBE2 (or 0x8DFBE2) is unknown color: approx Aquamarine. HEX triplet: 8D, FB and E2. RGB value is (141,251,226). Sum of RGB (Red+Green+Blue) = 141+251+226=618 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.82% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #8DFBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFBE2 is #72041D. Grayscale: #D7D7D7. Windows color (decimal): -7472158 or 14875533. OLE color: 14875533.

HSL color Cylindrical-coordinate representation of color #8DFBE2: hue angle of 166.36º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFBE2 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB141251226-
CMYK0.4400.100.02
HSL166.36º93.22%76.86%-
HSV(B)166.36º43.82%98.43%-
XYZ59.2180.1584.3-
YUV215.26134.0675.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.82%
GREEN value IS 251 (98.44% from 255) = 40.61%
BLUE value IS 226 (88.67% from 255) = 36.57%
R=22.82%
G=40.61%
B=36.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412512260.4400.100.02166.3693.2276.86
Hex8DFBE22C0A2a65d4d
Octal215373342540122246135115
Binary10001101111110111110001010110001010101010011010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,251,226); }

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

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

 a { background-color: rgb(141,251,226); }

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

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

 span { border-color: rgb(141,251,226); }

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