#69dfaa

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

Shades of Medium Aquamarine #69DFAA

Tints of Medium Aquamarine #69DFAA

Color information

#69DFAA (or 0x69DFAA) is unknown color: approx Medium Aquamarine. HEX triplet: 69, DF and AA. RGB value is (105,223,170). Sum of RGB (Red+Green+Blue) = 105+223+170=498 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.08% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #69DFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DFAA is #962055. Grayscale: #B5B5B5. Windows color (decimal): -9838678 or 11198313. OLE color: 11198313.

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

Color convert

RGB105223170-
CMYK0.5300.240.13
HSL153.05º64.84%64.31%-
HSV(B)153.05º52.91%87.45%-
XYZ39.4758.6847.28-
YUV181.68121.4173.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.08%
GREEN value IS 223 (87.5% from 255) = 44.78%
BLUE value IS 170 (66.80% from 255) = 34.14%
R=21.08%
G=44.78%
B=34.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1052231700.5300.240.13153.0564.8464.31
Hex69DFAA35018D994140
Octal1513372526503015231101100
Binary1101001110111111010101011010101100011011001100110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69dfaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,223,170); }

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

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

 a { background-color: rgb(105,223,170); }

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

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

 span { border-color: rgb(105,223,170); }

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