#69D8A5

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

Shades of Medium Aquamarine #69D8A5

Tints of Medium Aquamarine #69D8A5

Color information

#69D8A5 (or 0x69D8A5) is unknown color: approx Medium Aquamarine. HEX triplet: 69, D8 and A5. RGB value is (105,216,165). Sum of RGB (Red+Green+Blue) = 105+216+165=486 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.60% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 216 - color contains mainly: green. Hex color #69D8A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D8A5 is #96275A. Grayscale: #B1B1B1. Windows color (decimal): -9840475 or 10868841. OLE color: 10868841.

HSL color Cylindrical-coordinate representation of color #69D8A5: hue angle of 152.43º 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 #69D8A5 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB105216165-
CMYK0.5100.240.15
HSL152.43º58.73%62.94%-
HSV(B)152.43º51.39%84.71%-
XYZ37.1754.8344.22-
YUV177121.2376.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.60%
GREEN value IS 216 (84.77% from 255) = 44.44%
BLUE value IS 165 (64.84% from 255) = 33.95%
R=21.60%
G=44.44%
B=33.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052161650.5100.240.15152.4358.7362.94
Hex69D8A533018F983b3f
Octal15133024563030172307377
Binary11010011101100010100101110011011000111110011000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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