#65D0A4

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

Shades of Medium Aquamarine #65D0A4

Tints of Medium Aquamarine #65D0A4

Color information

#65D0A4 (or 0x65D0A4) is unknown color: approx Medium Aquamarine. HEX triplet: 65, D0 and A4. RGB value is (101,208,164). Sum of RGB (Red+Green+Blue) = 101+208+164=473 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.35% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 208 - color contains mainly: green. Hex color #65D0A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D0A4 is #9A2F5B. Grayscale: #ABABAB. Windows color (decimal): -10104668 or 10801253. OLE color: 10801253.

HSL color Cylindrical-coordinate representation of color #65D0A4: hue angle of 155.33º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65D0A4 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB101208164-
CMYK0.5100.210.18
HSL155.33º53.23%60.59%-
HSV(B)155.33º51.44%81.57%-
XYZ34.6250.5643.06-
YUV170.99124.0578.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.35%
GREEN value IS 208 (81.64% from 255) = 43.97%
BLUE value IS 164 (64.45% from 255) = 34.67%
R=21.35%
G=43.97%
B=34.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1012081640.5100.210.18155.3353.2360.59
Hex65D0A433015129b353d
Octal14532024463025222336575
Binary110010111010000101001001100110101011001010011011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,208,164); }

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

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

 a { background-color: rgb(101,208,164); }

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

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

 span { border-color: rgb(101,208,164); }

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