#69DAAE

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

Shades of Medium Aquamarine #69DAAE

Tints of Medium Aquamarine #69DAAE

Color information

#69DAAE (or 0x69DAAE) is unknown color: approx Medium Aquamarine. HEX triplet: 69, DA and AE. RGB value is (105,218,174). Sum of RGB (Red+Green+Blue) = 105+218+174=497 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.13% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #69DAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DAAE is #962551. Grayscale: #B3B3B3. Windows color (decimal): -9839954 or 11459177. OLE color: 11459177.

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

Color convert

RGB105218174-
CMYK0.5200.200.15
HSL156.64º60.43%63.33%-
HSV(B)156.64º51.83%85.49%-
XYZ38.5456.248.86-
YUV179.2125.0675.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.13%
GREEN value IS 218 (85.55% from 255) = 43.86%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=21.13%
G=43.86%
B=35.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052181740.5200.200.15156.6460.4363.33
Hex69DAAE34014F9d3c3f
Octal15133225664024172357477
Binary11010011101101010101110110100010100111110011101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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