#69DDAF

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

Shades of Medium Aquamarine #69DDAF

Tints of Medium Aquamarine #69DDAF

Color information

#69DDAF (or 0x69DDAF) is unknown color: approx Medium Aquamarine. HEX triplet: 69, DD and AF. RGB value is (105,221,175). Sum of RGB (Red+Green+Blue) = 105+221+175=501 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.96% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #69DDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DDAF is #962250. Grayscale: #B5B5B5. Windows color (decimal): -9839185 or 11525481. OLE color: 11525481.

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

Color convert

RGB105221175-
CMYK0.5200.210.13
HSL156.21º63.04%63.92%-
HSV(B)156.21º52.49%86.67%-
XYZ39.4257.8149.64-
YUV181.07124.5773.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.96%
GREEN value IS 221 (86.72% from 255) = 44.11%
BLUE value IS 175 (68.75% from 255) = 34.93%
R=20.96%
G=44.11%
B=34.93%

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
Decimal1052211750.5200.210.13156.2163.0463.92
Hex69DDAF34015D9c3f40
Octal151335257640251523477100
Binary110100111011101101011111101000101011101100111001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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