#69D1A4

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

Shades of Medium Aquamarine #69D1A4

Tints of Medium Aquamarine #69D1A4

Color information

#69D1A4 (or 0x69D1A4) is unknown color: approx Medium Aquamarine. HEX triplet: 69, D1 and A4. RGB value is (105,209,164). Sum of RGB (Red+Green+Blue) = 105+209+164=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 209 - color contains mainly: green. Hex color #69D1A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D1A4 is #962E5B. Grayscale: #ACACAC. Windows color (decimal): -9842268 or 10801513. OLE color: 10801513.

HSL color Cylindrical-coordinate representation of color #69D1A4: hue angle of 154.04º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D1A4 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB105209164-
CMYK0.5000.220.18
HSL154.04º53.06%61.57%-
HSV(B)154.04º49.76%81.96%-
XYZ35.3351.2843.16-
YUV172.77123.0479.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.97%
GREEN value IS 209 (82.03% from 255) = 43.72%
BLUE value IS 164 (64.45% from 255) = 34.31%
R=21.97%
G=43.72%
B=34.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1052091640.5000.220.18154.0453.0661.57
Hex69D1A432016129a353e
Octal15132124462026222326576
Binary110100111010001101001001100100101101001010011010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,209,164); }

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

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

 a { background-color: rgb(105,209,164); }

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

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

 span { border-color: rgb(105,209,164); }

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