#65DDAF

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

Shades of Medium Aquamarine #65DDAF

Tints of Medium Aquamarine #65DDAF

Color information

#65DDAF (or 0x65DDAF) is unknown color: approx Medium Aquamarine. HEX triplet: 65, DD and AF. RGB value is (101,221,175). Sum of RGB (Red+Green+Blue) = 101+221+175=497 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.32% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #65DDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DDAF is #9A2250. Grayscale: #B3B3B3. Windows color (decimal): -10101329 or 11525477. OLE color: 11525477.

HSL color Cylindrical-coordinate representation of color #65DDAF: hue angle of 157º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DDAF is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB101221175-
CMYK0.5400.210.13
HSL157º63.83%63.14%-
HSV(B)157º54.3%86.67%-
XYZ38.9657.5749.62-
YUV179.88125.2471.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.32%
GREEN value IS 221 (86.72% from 255) = 44.47%
BLUE value IS 175 (68.75% from 255) = 35.21%
R=20.32%
G=44.47%
B=35.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1012211750.5400.210.1315763.8363.14
Hex65DDAF36015D9d403f
Octal145335257660251523510077
Binary110010111011101101011111101100101011101100111011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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