#65CCAD

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

Shades of Medium Aquamarine #65CCAD

Tints of Medium Aquamarine #65CCAD

Color information

#65CCAD (or 0x65CCAD) is unknown color: approx Medium Aquamarine. HEX triplet: 65, CC and AD. RGB value is (101,204,173). Sum of RGB (Red+Green+Blue) = 101+204+173=478 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.13% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #65CCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CCAD is #9A3352. Grayscale: #A9A9A9. Windows color (decimal): -10105683 or 11390053. OLE color: 11390053.

HSL color Cylindrical-coordinate representation of color #65CCAD: hue angle of 161.94º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CCAD is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB101204173-
CMYK0.5000.150.2
HSL161.94º50.24%59.8%-
HSV(B)161.94º50.49%80%-
XYZ34.548.9747.17-
YUV169.67129.8879.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.13%
GREEN value IS 204 (80.08% from 255) = 42.68%
BLUE value IS 173 (67.97% from 255) = 36.19%
R=21.13%
G=42.68%
B=36.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1012041730.5000.150.2161.9450.2459.8
Hex65CCAD320F14a2323c
Octal14531425562017242426274
Binary11001011100110010101101110010011111010010100010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,204,173); }

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

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

 a { background-color: rgb(101,204,173); }

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

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

 span { border-color: rgb(101,204,173); }

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