#65D3A1

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

Shades of Medium Aquamarine #65D3A1

Tints of Medium Aquamarine #65D3A1

Color information

#65D3A1 (or 0x65D3A1) is unknown color: approx Medium Aquamarine. HEX triplet: 65, D3 and A1. RGB value is (101,211,161). Sum of RGB (Red+Green+Blue) = 101+211+161=473 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.35% from 473); Green value is 211 (82.81% from 255 or 44.61% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 211 - color contains mainly: green. Hex color #65D3A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D3A1 is #9A2C5E. Grayscale: #ACACAC. Windows color (decimal): -10103903 or 10605413. OLE color: 10605413.

HSL color Cylindrical-coordinate representation of color #65D3A1: hue angle of 152.73º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65D3A1 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB101211161-
CMYK0.5200.240.17
HSL152.73º55.56%61.18%-
HSV(B)152.73º52.13%82.75%-
XYZ35.0951.9341.89-
YUV172.41121.5677.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.35%
GREEN value IS 211 (82.81% from 255) = 44.61%
BLUE value IS 161 (63.28% from 255) = 34.04%
R=21.35%
G=44.61%
B=34.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1012111610.5200.240.17152.7355.5661.18
Hex65D3A1340181199383d
Octal14532324164030212317075
Binary110010111010011101000011101000110001000110011001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,211,161); }

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

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

 a { background-color: rgb(101,211,161); }

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

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

 span { border-color: rgb(101,211,161); }

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