#65D2A4

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

Shades of Medium Aquamarine #65D2A4

Tints of Medium Aquamarine #65D2A4

Color information

#65D2A4 (or 0x65D2A4) is unknown color: approx Medium Aquamarine. HEX triplet: 65, D2 and A4. RGB value is (101,210,164). Sum of RGB (Red+Green+Blue) = 101+210+164=475 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.26% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #65D2A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D2A4 is #9A2D5B. Grayscale: #ACACAC. Windows color (decimal): -10104156 or 10801765. OLE color: 10801765.

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

Color convert

RGB101210164-
CMYK0.5200.220.18
HSL154.68º54.77%60.98%-
HSV(B)154.68º51.9%82.35%-
XYZ35.1151.5443.22-
YUV172.16123.3977.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.26%
GREEN value IS 210 (82.42% from 255) = 44.21%
BLUE value IS 164 (64.45% from 255) = 34.53%
R=21.26%
G=44.21%
B=34.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1012101640.5200.220.18154.6854.7760.98
Hex65D2A434016129b373d
Octal14532224464026222336775
Binary110010111010010101001001101000101101001010011011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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