#69D3AE

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

Shades of Medium Aquamarine #69D3AE

Tints of Medium Aquamarine #69D3AE

Color information

#69D3AE (or 0x69D3AE) is unknown color: approx Medium Aquamarine. HEX triplet: 69, D3 and AE. RGB value is (105,211,174). Sum of RGB (Red+Green+Blue) = 105+211+174=490 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.43% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 211 - color contains mainly: green. Hex color #69D3AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D3AE is #962C51. Grayscale: #AFAFAF. Windows color (decimal): -9841746 or 11457385. OLE color: 11457385.

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

Color convert

RGB105211174-
CMYK0.5000.180.17
HSL159.06º54.64%61.96%-
HSV(B)159.06º50.24%82.75%-
XYZ36.7652.6548.27-
YUV175.09127.3878.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.43%
GREEN value IS 211 (82.81% from 255) = 43.06%
BLUE value IS 174 (68.36% from 255) = 35.51%
R=21.43%
G=43.06%
B=35.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1052111740.5000.180.17159.0654.6461.96
Hex69D3AE32012119f373e
Octal15132325662022212376776
Binary110100111010011101011101100100100101000110011111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,211,174); }

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

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

 a { background-color: rgb(105,211,174); }

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

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

 span { border-color: rgb(105,211,174); }

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