#69DDAE

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

Shades of Medium Aquamarine #69DDAE

Tints of Medium Aquamarine #69DDAE

Color information

#69DDAE (or 0x69DDAE) is unknown color: approx Medium Aquamarine. HEX triplet: 69, DD and AE. RGB value is (105,221,174). Sum of RGB (Red+Green+Blue) = 105+221+174=500 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #69DDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DDAE is #962251. Grayscale: #B5B5B5. Windows color (decimal): -9839186 or 11459945. OLE color: 11459945.

HSL color Cylindrical-coordinate representation of color #69DDAE: hue angle of 155.69º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DDAE is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB105221174-
CMYK0.5200.210.13
HSL155.69º63.04%63.92%-
HSV(B)155.69º52.49%86.67%-
XYZ39.3257.7749.12-
YUV180.96124.0773.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21%
GREEN value IS 221 (86.72% from 255) = 44.2%
BLUE value IS 174 (68.36% from 255) = 34.8%
R=21%
G=44.2%
B=34.8%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1052211740.5200.210.13155.6963.0463.92
Hex69DDAE34015D9c3f40
Octal151335256640251523477100
Binary110100111011101101011101101000101011101100111001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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