#65DBAB

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

Shades of Medium Aquamarine #65DBAB

Tints of Medium Aquamarine #65DBAB

Color information

#65DBAB (or 0x65DBAB) is unknown color: approx Medium Aquamarine. HEX triplet: 65, DB and AB. RGB value is (101,219,171). Sum of RGB (Red+Green+Blue) = 101+219+171=491 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.57% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #65DBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DBAB is #9A2454. Grayscale: #B2B2B2. Windows color (decimal): -10101845 or 11262821. OLE color: 11262821.

HSL color Cylindrical-coordinate representation of color #65DBAB: hue angle of 155.59º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DBAB is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB101219171-
CMYK0.5400.220.14
HSL155.59º62.11%62.75%-
HSV(B)155.59º53.88%85.88%-
XYZ38.0556.3747.4-
YUV178.25123.9172.9-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.57%
GREEN value IS 219 (85.94% from 255) = 44.60%
BLUE value IS 171 (67.19% from 255) = 34.83%
R=20.57%
G=44.60%
B=34.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1012191710.5400.220.14155.5962.1162.75
Hex65DBAB36016E9c3e3f
Octal14533325366026162347677
Binary11001011101101110101011110110010110111010011100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,219,171); }

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

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

 a { background-color: rgb(101,219,171); }

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

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

 span { border-color: rgb(101,219,171); }

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