#69D9A5

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

Shades of Medium Aquamarine #69D9A5

Tints of Medium Aquamarine #69D9A5

Color information

#69D9A5 (or 0x69D9A5) is unknown color: approx Medium Aquamarine. HEX triplet: 69, D9 and A5. RGB value is (105,217,165). Sum of RGB (Red+Green+Blue) = 105+217+165=487 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.56% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #69D9A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D9A5 is #96265A. Grayscale: #B1B1B1. Windows color (decimal): -9840219 or 10869097. OLE color: 10869097.

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

Color convert

RGB105217165-
CMYK0.5200.240.15
HSL152.14º59.57%63.14%-
HSV(B)152.14º51.61%85.1%-
XYZ37.4355.3544.31-
YUV177.58120.8976.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.56%
GREEN value IS 217 (85.16% from 255) = 44.56%
BLUE value IS 165 (64.84% from 255) = 33.88%
R=21.56%
G=44.56%
B=33.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052171650.5200.240.15152.1459.5763.14
Hex69D9A534018F983c3f
Octal15133124564030172307477
Binary11010011101100110100101110100011000111110011000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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