#69DAAD

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

Shades of Medium Aquamarine #69DAAD

Tints of Medium Aquamarine #69DAAD

Color information

#69DAAD (or 0x69DAAD) is unknown color: approx Medium Aquamarine. HEX triplet: 69, DA and AD. RGB value is (105,218,173). Sum of RGB (Red+Green+Blue) = 105+218+173=496 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.17% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #69DAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DAAD is #962552. Grayscale: #B3B3B3. Windows color (decimal): -9839955 or 11393641. OLE color: 11393641.

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

Color convert

RGB105218173-
CMYK0.5200.210.15
HSL156.11º60.43%63.33%-
HSV(B)156.11º51.83%85.49%-
XYZ38.4456.1648.35-
YUV179.08124.5675.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.17%
GREEN value IS 218 (85.55% from 255) = 43.95%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=21.17%
G=43.95%
B=34.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052181730.5200.210.15156.1160.4363.33
Hex69DAAD34015F9c3c3f
Octal15133225564025172347477
Binary11010011101101010101101110100010101111110011100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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