#69DDAD

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

Shades of Medium Aquamarine #69DDAD

Tints of Medium Aquamarine #69DDAD

Color information

#69DDAD (or 0x69DDAD) is unknown color: approx Medium Aquamarine. HEX triplet: 69, DD and AD. RGB value is (105,221,173). Sum of RGB (Red+Green+Blue) = 105+221+173=499 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21.04% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #69DDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DDAD is #962252. Grayscale: #B4B4B4. Windows color (decimal): -9839187 or 11394409. OLE color: 11394409.

HSL color Cylindrical-coordinate representation of color #69DDAD: hue angle of 155.17º 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 #69DDAD is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB105221173-
CMYK0.5200.220.13
HSL155.17º63.04%63.92%-
HSV(B)155.17º52.49%86.67%-
XYZ39.2257.7348.61-
YUV180.84123.5773.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.04%
GREEN value IS 221 (86.72% from 255) = 44.29%
BLUE value IS 173 (67.97% from 255) = 34.67%
R=21.04%
G=44.29%
B=34.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1052211730.5200.220.13155.1763.0463.92
Hex69DDAD34016D9b3f40
Octal151335255640261523377100
Binary110100111011101101011011101000101101101100110111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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