#69D8A0

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

Shades of Medium Aquamarine #69D8A0

Tints of Medium Aquamarine #69D8A0

Color information

#69D8A0 (or 0x69D8A0) is unknown color: approx Medium Aquamarine. HEX triplet: 69, D8 and A0. RGB value is (105,216,160). Sum of RGB (Red+Green+Blue) = 105+216+160=481 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.83% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 216 - color contains mainly: green. Hex color #69D8A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D8A0 is #96275F. Grayscale: #B0B0B0. Windows color (decimal): -9840480 or 10541161. OLE color: 10541161.

HSL color Cylindrical-coordinate representation of color #69D8A0: hue angle of 149.73º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D8A0 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB105216160-
CMYK0.5100.260.15
HSL149.73º58.73%62.94%-
HSV(B)149.73º51.39%84.71%-
XYZ36.7354.6541.87-
YUV176.43118.7377.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.83%
GREEN value IS 216 (84.77% from 255) = 44.91%
BLUE value IS 160 (62.89% from 255) = 33.26%
R=21.83%
G=44.91%
B=33.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052161600.5100.260.15149.7358.7362.94
Hex69D8A03301AF963b3f
Octal15133024063032172267377
Binary11010011101100010100000110011011010111110010110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69D8A0; }

 p { color: rgb(105,216,160); }

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

<style>
 a { background-color: #69D8A0; }

 a { background-color: rgb(105,216,160); }

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

<style>
 span { border-color: #69D8A0; }

 span { border-color: rgb(105,216,160); }

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