#65CDAC

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

Shades of Medium Aquamarine #65CDAC

Tints of Medium Aquamarine #65CDAC

Color information

#65CDAC (or 0x65CDAC) is unknown color: approx Medium Aquamarine. HEX triplet: 65, CD and AC. RGB value is (101,205,172). Sum of RGB (Red+Green+Blue) = 101+205+172=478 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.13% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #65CDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CDAC is #9A3253. Grayscale: #AAAAAA. Windows color (decimal): -10105428 or 11324773. OLE color: 11324773.

HSL color Cylindrical-coordinate representation of color #65CDAC: hue angle of 160.96º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CDAC is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB101205172-
CMYK0.5100.160.20
HSL160.96º50.98%60%-
HSV(B)160.96º50.73%80.39%-
XYZ34.6449.4146.74-
YUV170.14129.0478.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.13%
GREEN value IS 205 (80.47% from 255) = 42.89%
BLUE value IS 172 (67.58% from 255) = 35.98%
R=21.13%
G=42.89%
B=35.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1012051720.5100.160.20160.9650.9860
Hex65CDAC3301014a1333c
Octal14531525463020242416374
Binary110010111001101101011001100110100001010010100001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,205,172); }

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

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

 a { background-color: rgb(101,205,172); }

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

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

 span { border-color: rgb(101,205,172); }

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