#65DDA3

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

Shades of Medium Aquamarine #65DDA3

Tints of Medium Aquamarine #65DDA3

Color information

#65DDA3 (or 0x65DDA3) is unknown color: approx Medium Aquamarine. HEX triplet: 65, DD and A3. RGB value is (101,221,163). Sum of RGB (Red+Green+Blue) = 101+221+163=485 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.82% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 163 (64.06% from 255 or 33.61% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #65DDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DDA3 is #9A225C. Grayscale: #B2B2B2. Windows color (decimal): -10101341 or 10739045. OLE color: 10739045.

HSL color Cylindrical-coordinate representation of color #65DDA3: hue angle of 151º 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 #65DDA3 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB101221163-
CMYK0.5400.260.13
HSL151º63.83%63.14%-
HSV(B)151º54.3%86.67%-
XYZ37.8357.1243.68-
YUV178.51119.2472.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.82%
GREEN value IS 221 (86.72% from 255) = 45.57%
BLUE value IS 163 (64.06% from 255) = 33.61%
R=20.82%
G=45.57%
B=33.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1012211630.5400.260.1315163.8363.14
Hex65DDA33601AD97403f
Octal145335243660321522710077
Binary110010111011101101000111101100110101101100101111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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